Skip to main content
Glama
rcabanes-ops

pitchmachine-mcp

by rcabanes-ops

pitchmachine_generate_pitch

Generate a pitch for an existing receiver and poll until done to receive the public share URL. If generation exceeds the timeout, returns an in-progress status for later retrieval.

Instructions

Kick off pitch generation for an existing receiver and poll until it completes. Returns the public share URL (pitchmachine.ai/p/?t=) on success. If generation takes longer than poll_timeout_seconds, returns the in-progress status; call pitchmachine_get_pitch_url later with the returned pitch_id. Does NOT send the pitch — that's the agent's job (or a human's).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiver_idYesThe receiver_id returned by pitchmachine_create_receiver.
poll_timeout_secondsNoHow long to wait for generation before returning in-progress. Default 90.
Behavior5/5

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

With no annotations, the description fully discloses the poll-until-complete behavior, timeout handling, return URL format, and the important side-effect that it does NOT send the pitch.

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?

Three sentences front-load the action and outcome, with the timeout behavior and non-sending caveat in subsequent sentences—no wasted words.

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?

For a two-parameter tool without an output schema, the description covers success return, timeout status, and next steps (get_pitch_url), making it fully actionable.

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 covers all parameters with clear descriptions, and the description only reiterates the existing meaning; it adds no new semantic insight beyond what's already in the schema.

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 function with a specific verb ('Kick off pitch generation') and resource ('existing receiver'), and distinguishes it from siblings by mentioning it returns a share URL and does not send the pitch.

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?

The description explicitly specifies that it works on an existing receiver (prerequisite) and directs users to call pitchmachine_get_pitch_url later if timeout, while also noting that sending the pitch is the agent's job—providing clear usage context and alternatives.

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