Skip to main content
Glama
tedmcfadden

housecall-pro-mcp

by tedmcfadden

Bulk Update Estimate Option Line Items

bulk_update_estimate_option_line_items

Bulk-update all line items for one estimate option in Housecall Pro with a JSON request body.

Instructions

Bulk-update the line items on one option of an estimate. Provide body matching Housecall Pro's bulk_update fields. Docs: https://docs.housecallpro.com/docs/housecall-public-api/b3e4391f7853f

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.
option_idYesEstimate option ID.
estimate_idYesHousecall Pro estimate ID.
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It says to provide a body matching Housecall Pro's bulk_update fields and links to docs, but it does not disclose whether the update replaces existing line items, whether it is destructive, what permissions are required, or what the response format is. The description is too sparse to inform the agent about side effects.

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 concise and front-loaded: it states the core action in the first sentence and then directs to the docs for details. No unnecessary words or repetition. It is appropriately sized for the tool's complexity.

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

Completeness2/5

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

Given the tool's mutation behavior, lack of annotations, and absence of an output schema, the description should provide more context. It does not explain whether the update is additive or replacement, what response to expect, or any prerequisites. The docs link partially compensates, but the description alone is insufficient for reliable autonomous use without external lookup.

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 100%, so the baseline is 3. The description adds value by referencing the docs link and explicitly stating that the body must match Housecall Pro's bulk_update fields, giving crucial context for building the body parameter beyond the schema's generic 'Raw JSON request body' description. This extra guidance justifies a score above baseline.

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 uses the specific verb 'Bulk-update' and clearly identifies the resource: 'line items on one option of an estimate.' This clearly distinguishes it from sibling tools that operate on whole estimates or customers. The purpose is unmistakable and immediately actionable.

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

Usage Guidelines3/5

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

The description states what the tool does but provides no explicit guidance on when to use it versus alternatives. Usage is implied by the function name and description (i.e., when you need to bulk-update line items on an estimate option), but no exclusions or comparisons to sibling update tools are mentioned. This is minimally acceptable.

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