Skip to main content
Glama
jayson-svg

BackCrew Housecall Pro MCP Server

by jayson-svg

list_job_invoices

Retrieve all invoices generated for a specific job by providing its job ID, enabling quick access to billing details and payment status for any service record.

Instructions

List the invoices generated for a specific job. Maps to GET /jobs/{job_id}/invoices. [tier: readonly-owner]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
Behavior3/5

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

The '[tier: readonly-owner]' tag conveys an access-level constraint, which is useful behavioral context beyond the schema. However, with no annotations provided, the description carries the transparency burden, and it does not state what happens if the job has no invoices (empty list vs. error), pagination behavior, or response ordering.

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 with zero waste: the first states the function and the second maps to the endpoint with an access-tier tag. Efficiently organized and front-loaded.

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?

This is a simple filtered-list tool with one parameter and no output schema. The description is reasonably complete for the simple use case, though it lacks detail on empty results, ordering, or pagination. The tier tag adds access context. Adequate but with room to describe return behavior.

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?

Schema description coverage is 0%, so the description carries full burden for the single parameter. However, job_id is a self-explanatory identifier and the description's 'for a specific job' clarifies its role as the job selector. With only one simple parameter, the baseline is acceptable even at 0% coverage.

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 states a clear verb+resource: 'List the invoices generated for a specific job.' It distinguishes from the sibling list_invoices (which lists all invoices) by specifying 'for a specific job.' The endpoint mapping adds precision. Not a 5 because it doesn't explicitly contrast with sibling list_invoices.

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 'for a specific job' phrasing implies the tool requires a job_id context, distinguishing it from a general invoice listing. However, there's no explicit when-to-use vs. alternatives guidance, no mention of list_invoices as the alternative for global access. Some implied usage context but no explicit exclusions.

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/jayson-svg/backcrew-mcp-housecall-pro'

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