Skip to main content
Glama
rcabanes-ops

pitchmachine-mcp

by rcabanes-ops

pitchmachine_create_receiver

Create a business or individual receiver in Pitch Machine. For B2B, provide company details and contact email; for B2C, provide receiver email. Returns a receiver ID for pitch generation.

Instructions

Create a new receiver (a prospect or contact) in Pitch Machine. audience_mode='b2b' requires company_name + contact_email. audience_mode='b2c' requires receiver_email. Returns receiver_id, used as the input to pitchmachine_generate_pitch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_urlNoB2B: prospect company URL (used for brand research).
company_nameNoB2B: prospect company name.
custom_notesNoAny freeform context the pitch generator should incorporate.
audience_modeYesWhether the receiver is a business contact (b2b) or an individual (b2c).
contact_emailNoB2B: contact's email.
contact_titleNoB2B: contact's job title.
receiver_emailNoB2C: receiver's email.
receiver_notesNo
contact_last_nameNo
contact_first_nameNo
receiver_last_nameNo
receiver_first_nameNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the creation side effect, mandatory field requirements for each mode, and the return value (receiver_id). It does not discuss permissions or reversibility, but for a create operation the scope is reasonably transparent.

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: the first states the purpose, the second delivers mode-specific constraints and the return value. No fluff, front-loaded with the primary action, and highly efficient for an agent parsing it.

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?

Despite having 12 parameters and no output schema, the description provides the key decision rules and the tool's role in the workflow. It does not explain every parameter, but it covers the core logic (mode requirements and next step). The lack of output schema is mitigated by explicitly naming the returned value.

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

Parameters4/5

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

Schema coverage is 58%, meaning several parameters lack descriptions. The description adds critical meaning by specifying which parameters are mandatory for each audience_mode and that the output receiver_id feeds into another tool. This goes beyond what the schema states, particularly the conditional requirements, though some undocumented parameters remain.

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 verb ('Create') and resource ('a new receiver (a prospect or contact)') in Pitch Machine. It distinguishes itself from sibling tools like pitchmachine_generate_pitch and pitchmachine_list_pitches by focusing on the creation step, and its output is explicitly tied to the generate step.

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?

Provides explicit mode-specific requirements (b2b requires company_name + contact_email, b2c requires receiver_email), which tells the agent what inputs are needed. It also states that the returned receiver_id is used as input to pitchmachine_generate_pitch, offering a clear usage context. However, it does not explicitly list 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