Skip to main content
Glama
tedmcfadden

housecall-pro-mcp

by tedmcfadden

Create Lead

create_lead

Add a new lead to your Housecall Pro account by supplying the lead's information in the expected API body. Lets you record leads directly from conversation, avoiding manual form filling.

Instructions

Create a new lead. Provide body matching Housecall Pro's create-lead fields. Docs: https://docs.housecallpro.com/docs/housecall-public-api/8961eaf9f1c28-create-lead

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRaw JSON request body, matching the field names in Housecall Pro's docs for this exact endpoint (linked in this tool's description). This is passed straight through -- confirm field names against the docs before calling.
Behavior3/5

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

With no annotations, the description must carry the burden. It reveals that the body is passed straight through and instructs to confirm field names, but it doesn't disclose authentication requirements, idempotency, error behavior, or response format. The 'Create' verb implies mutation but lacks deeper behavioral detail.

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 sentences with a link, front-loaded, and free of fluff. Every sentence earns its place.

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

Completeness3/5

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

The tool is simple but lacks return-value info and usage context. The docs link helps, but the description doesn't explain what the API returns or how to handle errors, and it doesn't address when to prefer this over sibling lead tools.

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 already covers the body parameter well, including that it is raw JSON and to match docs. The tool description adds a docs link and repeats the 'matching fields' instruction. Since schema coverage is 100%, baseline is 3; the description doesn't add significant new meaning.

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

Purpose4/5

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

The description clearly states 'Create a new lead' with a specific verb and resource. It doesn't explicitly distinguish from sibling tools like create_customer or convert_lead, but the purpose is unambiguous.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like list_leads or convert_lead. It only states the action and points to docs, so the agent must infer usage from the name.

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/tedmcfadden/housecall-pro-mcp'

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