Skip to main content
Glama

Agency status (buyers)

agency_status
Read-onlyIdempotent

For a registered agency: its states, rail, terms, founding period, queued and delivered counts, credit balance, and whether the licence was verified. Requires the buyer key issued at confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyer_keyYesIssued to the licensed contact at confirmation

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already disclose readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds the output scope (a status snapshot of seven statistics) but repeats the buyer-key auth requirement already present in the parameter schema, and discloses no side effects, rate limits, or other novel behaviors.

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 filler. The high-value field enumeration is front-loaded, and the access requirement is stated once at the end. Every sentence earns its place.

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?

With one fully documented required parameter and no output schema, the description's enumeration of returned fields gives an agent enough to understand what the tool provides. It is complete for a simple read-only status lookup, though domain terms (states, rail, terms) and value formats are left unexplained.

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%: the single buyer_key parameter is already documented as 'Issued to the licensed contact at confirmation'. The description merely restates this ('Requires the buyer key issued at confirmation') without adding format, acquisition method, or usage nuance, so the baseline 3 applies.

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 opens with 'For a registered agency' and enumerates the exact data returned (states, rail, terms, founding period, queued/delivered counts, credit balance, licence verification), making the resource and scope very specific and distinct from the sibling check_eligibility. However, it lacks an explicit verb such as 'gets' or 'returns', and does not directly differentiate itself from its sibling, so it stops short of 5.

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 gives clear context for when the tool applies ('For a registered agency') and states the prerequisite (buyer key issued at confirmation). It does not, however, mention alternatives, exclusions, or when not to use this tool relative to check_eligibility, so it is strong on context but not on routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct function: eligibility, quotes, data-use disclosure, agency onboarding, status, market data, pull queue, and contact request. No two tools are substitutable, and dependencies are explicit (check_eligibility first, get_quotes produces quote_id, request_agent_contact consumes it).

Naming Consistency4/5

Most tools follow a clear verb_noun snake_case pattern (check_eligibility, get_quotes, pull_requests, register_agency, request_agent_contact). agency_status, data_use_terms, and market_data are noun phrases but are still readable and fit the domain.

Tool Count5/5

Eight tools cover the full lifecycle—eligibility, quoting, consent, agency onboarding, lead delivery, and market data—without redundancy. Each tool earns its place and the count is well-scoped.

Completeness4/5

Core workflows are covered: eligibility, quotes, consent, contact requests, agency registration, status checks, pull queue, and market data. Minor gaps exist around account/credit management and explicit consent revocation (handled via /forget endpoint), but agents can work around these.

Resources