Skip to main content
Glama
rcabanes-ops

pitchmachine-mcp

by rcabanes-ops

pitchmachine_get_pitch_url

Fetch the current state and public share URL for a pitch by pitch_id. Use it to resume after a timeout, re-share a URL, or check the status of any past pitch.

Instructions

Fetch the current state and public share URL for a pitch by pitch_id. Use this to resume after pitchmachine_generate_pitch timed out, to re-share a URL later, or to check the status of any past pitch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pitch_idYesThe pitch_id returned by pitchmachine_generate_pitch or _list_pitches.
Behavior3/5

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

With no annotations, the description carries full burden for behavioral transparency. It implies a read-only operation by using 'Fetch' and clarifies it returns state and URL. However, it does not disclose potential errors (e.g., invalid pitch_id), rate limits, or side effects, leaving some gaps.

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, front-loaded with the primary purpose, followed by concise usage guidance. Every word adds value with no redundancy or fluff.

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 has a single parameter and no output schema, the description sufficiently covers what it returns (state and URL) and when to use it. It does not elaborate on failure modes or the exact structure of 'state', but for a simple getter it is reasonably complete.

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 input schema covers 100% of the parameter and explicitly states that pitch_id comes from other pitchmachine tools. The description adds no additional meaning beyond the schema, so the baseline score of 3 applies.

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's action ('Fetch') and resource ('current state and public share URL for a pitch by pitch_id'). It distinguishes itself from siblings by focusing on retrieval and status checking, whereas generate_pitch creates and list_pitches enumerates.

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

Usage Guidelines4/5

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

The description provides explicit use cases: resuming after a timeout, re-sharing later, and checking status. This gives clear context for when to call the tool, though it does not explicitly mention when not to use it or name alternative tools.

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/rcabanes-ops/pitchmachine-mcp'

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