Skip to main content
Glama
McDonnies
by McDonnies

find_jobs

List jobs with the next appointment inlined, filterable by status, date range, or customer ID. Invalid statuses return the valid list.

Instructions

List jobs with the next appointment inlined. Dates are ISO (2026-08-01).

An invalid status returns the valid list, not an empty result. Not for finding a customer — use find_customer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
untilNo
statusNo
customer_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It goes beyond a simple statement by revealing that invalid status values return the valid list rather than an empty result—a non-obvious failure mode—and that dates use ISO format. The inlined next appointment also hints at the return structure. This is substantial added context.

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?

Three concise sentences each add unique value: purpose and a key feature, date format, and an exclusion with an alternative. The information is front-loaded and there is no fluff or redundancy.

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?

Given the presence of an output schema, the description is not required to explain return values. It covers purpose, date format, an important edge case, and an explicit alternative. For a 5-parameter tool with no annotations, it could further clarify filters like customer_id or pagination, but the existing guidance is sufficiently robust for an agent to avoid major pitfalls.

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 must compensate, but it only partially does. It clarifies date format for since/until and mentions status behavior, but leaves customer_id and limit semantically implicit. The parameter names are self-explanatory, yet the description could do more to define filtering semantics.

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 opens with a specific verb+resource ('List jobs') and a distinguishing feature ('with the next appointment inlined'), making the tool's purpose immediately clear. It also explicitly differentiates from the sibling tool find_customer, reducing ambiguity about scope.

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 a clear when-not case: 'Not for finding a customer — use find_customer.' This directs the agent away from a likely misuse. It also notes a behavioral edge case (invalid status returns a valid list) that affects usage, though it does not enumerate all sibling distinctions (e.g., job_detail).

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/McDonnies/servicetitan-mcp'

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