Pakt Docs
MCP Tools

list_pakt_templates

Discover the Pakt templates available as drafting inputs.

FieldMeaning
Side effectsNone. This is a read-only authoring call.
Next stepFollow authoring_intake, choose the nearest preset, and customize its limits before compiling the final draft.

Arguments

This tool accepts no arguments.

Exact bounds, accepted values, and nested fields are in Full JSON Schema below.

Example

Lists the templates available to the signed-in account. No draft is created.

With an authenticated MCP client:

await client.callTool({
  name: "list_pakt_templates",
  arguments: {},
});

Returns

Important fields in the decoded result; this is not a complete response schema.

FieldMeaning
templates[]Stable id, name, and description for each starting point.
authoring_intakeQuestions to ask before personalizing example limits.

For error handling and retry rules, see Statuses and Errors.

On this page