Skip to main content
Glama

Render TD Brain Cockpit

td_cockpit_render
Read-onlyIdempotent

Render a local cockpit UI to visualize BrainPlan or transaction data from prior td_brain_plan or td_brain_execute calls. Use this read-only presentation after retrieving authoritative data.

Instructions

Use this when you already have BrainPlan or transaction data and want to render the optional local cockpit UI. This is read-only presentation; call td_brain_plan or td_brain_execute first for authoritative data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNoBrainPlan dict or td_brain_plan result to summarize.
titleNoHuman-readable cockpit title.TDPilot Brain Cockpit
traceNoOptional BrainTrace or trace summary.
transaction_resultNoTransactionResult dict or td_brain_execute result to summarize.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate read-only, non-destructive, and idempotent behavior. The description adds that it is optional and local, and instructs to call other tools first, providing useful context beyond annotations.

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?

Two sentences efficiently convey purpose, usage conditions, and relationship to other tools without superfluous content.

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

Completeness5/5

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

Given the output schema (exists but not shown), full parameter coverage in schema, and annotations, the description provides enough context for the agent to correctly invoke the tool.

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?

Schema coverage is 100% with each parameter having a description. The tool description does not add additional meaning beyond what is already in the parameter descriptions, meeting baseline for full coverage.

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 clearly states the tool renders the local cockpit UI using BrainPlan or transaction data, distinguishing it from siblings like td_brain_plan and td_brain_execute by emphasizing read-only presentation.

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

Usage Guidelines5/5

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

Explicitly specifies when to use (when you have BrainPlan or transaction data and want to render the cockpit UI) and provides context for alternatives (call td_brain_plan or td_brain_execute first for authoritative data).

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dreamrec/TDPilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server