Pakt Docs
MCP Tools

list_pakt_templates

List the shipped pakt templates by stable id, name, and description.

Discover Before Drafting

Use this tool to discover the Pakt templates available as drafting inputs.

At a Glance

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.

Protocol Behavior

List the shipped pakt templates by stable id, name, and description. Pure and non-mutating: it does not provision a wallet, compile, store, activate, sign, or execute anything. Before treating a template as personalized, ask the user how much they intend to allocate to this Pakt and their risk appetite, unless already stated or they explicitly choose unchanged example limits. Use those answers to propose exact leverage, maximum trade size, collateral movement, and account-buffer limits for review; never infer the user's balance.

Arguments

This tool accepts no arguments.

Input Schema

The JSON schema below is emitted by the hosted server's real tools/list catalogue for MCP protocol revision 2025-06-18.

{
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}

On this page