Skip to main content
Glama
Medina-Digital-A-i

Jobber MCP Connector

jobber_list_quotes

List Jobber quotes with totals, status, and client info. Filter by status like draft, sent, or approved to find the exact quote you need.

Instructions

List quotes from Jobber with totals, status, and client info. Can filter by status (draft, sent, viewed, approved, archived, converted_to_job, changes_requested).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoPagination cursor for fetching the next page
limitNoNumber of quotes to return (default: 25, max: 100)
statusNoFilter quotes by status

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'List' implies a read-only operation and the mention of returned fields adds context, but it does not explicitly state that no data is modified, nor does it describe pagination behavior, ordering, or scoping beyond the schema parameters.

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 zero wasted words. It front-loads the core purpose and return value, then adds filter detail, making it easy to scan and understand.

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?

For a simple list tool with 100% schema coverage, the description is nearly complete: it names the output fields and filter options. However, it omits an explicit read-only confirmation and any detail about default pagination or ordering, which an agent might need given there is no output schema.

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 100%, with all three parameters (after, limit, status) already documented. The description only reiterates the status filter and its allowed values, adding no new meaning beyond what the schema provides. Baseline 3 is appropriate.

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 'List' with the resource 'quotes from Jobber' and specifies returned details ('totals, status, and client info'). It clearly differentiates from sibling list tools like jobber_list_jobs and jobber_list_invoices by naming the exact resource.

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 implies usage for retrieving/filtering quotes but does not explicitly state when to use this tool over alternatives or exclude other cases. No alternative tools or when-not-to-use conditions are mentioned, so the agent must infer usage from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.