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

Jobber MCP Connector

jobber_list_jobs

Retrieve Jobber jobs and work orders with client, schedule, and totals, filterable by status such as draft, active, or completed.

Instructions

List jobs/work orders from Jobber with status, client, schedule, and totals. Can filter by status (draft, active, completed, invoiced, archived, cancelled).

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It correctly implies a read-only retrieval operation and mentions the returned data fields, but it does not describe pagination behavior, default status handling, or output structure beyond the listed fields.

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 a single concise sentence that front-loads the core action and resource, then adds the filter capability with the exact allowed values. There is no redundant or filler content.

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 operation with three optional parameters and no output schema, the description is adequately complete: it identifies the resource, returned fields, and filter options. Minor gaps like default pagination and implicit behavior when no status is supplied are secondary and largely covered by the 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?

All three parameters have descriptions in the schema, so schema coverage is 100%. The description adds little beyond restating that status filtering is possible, but it does not need to compensate for any missing parameter documentation.

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 clearly states the action ('List'), the resource ('jobs/work orders from Jobber'), and the included fields (status, client, schedule, totals), making it easy to distinguish from sibling tools that operate on clients, invoices, quotes, or that create/update jobs. The status filter list further clarifies 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 clear context: use this tool to list Jobber jobs/work orders, optionally filtered by status. It does not explicitly name alternatives or state when not to use it, but the resource specificity makes the primary use case obvious among the listed siblings.

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