Skip to main content
Glama

list_intents

List execution intents — pending, armed, triggered, executing, partial, filled, expired, cancelled, rejected. Shows the full execution pipeline status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyYesSimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys
statusNoFilter: pending, armed, triggered, executing, partial, filled, expired, cancelled, rejected
activeOnlyNoOnly show active intents (default true)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / status / description
      Previous value: -"Filter: pending, armed, triggered, executing, filled, expired, cancelled"New value: +"Filter: pending, armed, triggered, executing, partial, filled, expired, cancelled, rejected"
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry the burden of behavioral disclosure. It states the tool lists intents and shows the full pipeline, which implies a read-only operation. However, it does not disclose potential side effects, permissions needed, or output format details, though for a list tool this is a moderate gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with the purpose front-loaded. It provides essential information without redundancy, making it highly scannable for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity, a list operation with optional filters, the description suffices by naming all statuses and indicating the full pipeline scope. It does not explicitly state return values, but no output schema exists; describing 'full execution pipeline status' implies the output. It could mention the activeOnly default, but that is already in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so parameters are already well-documented. The description adds contextual meaning by listing the status filter values and introducing the concept of a pipeline, but does not provide additional details beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') with a clear resource ('execution intents') and enumerates all statuses, making the tool's purpose unambiguous. It distinguishes itself from sibling tools like create_intent or cancel_intent by focusing on listing the full pipeline.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage: use when you need to see execution intents. However, it provides no explicit guidance on when to use this tool over alternatives like get_orders or get_fills, or any exclusions like 'use cancel_intent to modify'. The context is clear but lacks comparative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources