Skip to main content
Glama
brystal00
by brystal00

hcp_list_jobs

Read-onlyIdempotent

Retrieve jobs from Housecall Pro with optional filters for customer, work status, or scheduled dates. Automatically paginates results and converts prices to dollars.

Instructions

List jobs with optional filters. Auto-paginates unless explicit page is set. Prices converted from cents to dollars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
page_sizeNo
customer_idNo
work_statusNo
scheduled_end_maxNo
scheduled_end_minNo
scheduled_start_maxNo
scheduled_start_minNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
errorNo
successYes
metadataYes
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond those annotations: auto-pagination behavior and dollar conversion of prices. This helps agents understand what happens during execution and how results are presented.

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 short sentences with no filler. It front-loads the primary purpose and follows with two high-value behavioral details: pagination and currency conversion. 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 description covers the main functional behavior, and the presence of an output schema and strong annotations reduces the burden on the text. However, the complete lack of parameter semantics for 8 optional filters leaves meaningful gaps, particularly for date format expectations and work_status values. This makes it minimally viable rather than fully complete.

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

Parameters2/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 the burden of explaining parameters. It only says 'optional filters,' which gives general awareness but does not explain the meaning, format, or allowed values for any of the 8 parameters. The schema only provides types and titles, which is insufficient for correctly constructing filter values.

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 the tool lists jobs and supports optional filters, which identifies the core verb and resource. It does not explicitly differentiate itself from siblings like hcp_get_job, but 'list jobs' is a sufficiently distinct operation that 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 Guidelines4/5

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

The description provides clear context on when to use the tool: when a list of jobs is needed, with optional filters. It also explains pagination behavior, noting auto-pagination unless an explicit page is set. It does not explicitly mention alternatives or exclusions, but the usage context is clear enough for an agent to proceed.

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/brystal00/msio-server'

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