Skip to main content
Glama

popla_outcomes

POPLA's own record of how private parking appeals were decided, per operator, across its 2023, 2024 and 2025 annual reports. Give an operator for its three-year series and its change in percentage points; omit it for the all-operator totals and a ranking. These are decided appeals only — appeals an operator withdraws end in the driver's favour without a ruling and are counted separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many operators to return in the ranking when no operator is given. Default 20.
orderNoRanking order when no operator is given. Default best_for_driver.
operatorNoOperator name, trading name or slug. Omit for the estate-wide summary and ranking.

TDQS

A4/5.0
Behavior4/5

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

With no annotations present, the description carries the full burden, and it handles the most important behavioral nuance: 'decided appeals only' and the note that withdrawn appeals end in the driver's favour but are counted separately. This prevents a likely misinterpretation of what the data includes. It does not discuss output format or access constraints, but the core counting boundary is clearly disclosed.

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 carry the source, period, per-operator vs aggregate behavior, and the crucial counting caveat, with no filler. The most actionable guidance is front-loaded, and the withdrawal nuance is separated cleanly at the end.

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 tool with no annotations and no output schema, the description gives a complete enough mental model: the source, the three-year scope, what happens when an operator is supplied versus omitted, and the decided-appeals definition. The ranking options and limits are already covered by the schema, so nothing essential appears missing.

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%, so the schema already documents all three parameters, including defaults and the omit-operator instruction; the baseline is therefore 3. The description does add some color by tying the operator parameter to a 'three-year series' and 'change in percentage points,' but that is more output semantics than additional parameter syntax or format detail.

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 opening clause clearly identifies the resource and scope: POPLA's appeal outcomes per operator across the 2023–2025 annual reports. The imperative guidance — give an operator for a series and percentage-point change, omit it for totals and ranking — makes the query behavior concrete. It does not explicitly distinguish itself from siblings like violation_dismissal_rates, so it stops short of a 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 explicit usage direction for the key branch: supply an operator for its series, or omit it for the all-operator totals and ranking. It also clarifies that only decided appeals are included and that withdrawals are handled separately. It does not state when to prefer this tool over sibling tools, so an explicit exclusion is missing.

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
Disambiguation3/5

Several tools overlap in subject matter: borough_odds, violation_dismissal_rates, and plate_lookup all touch NYC hearing outcomes, while operator_route_lookup and popla_outcomes both expose POPLA operator records. The descriptions are detailed enough to separate them on close reading, but an agent could easily select the wrong one when asking for odds or appeal outcomes.

Naming Consistency3/5

The names are uniformly lowercase snake_case and readable, but the pattern is mixed: get_mtd_answer, list_doors, and search_mtd_answers use a verb_noun form, while borough_odds, popla_outcomes, and violation_dismissal_rates are noun phrases, and plate_lookup/operator_route_lookup use noun_lookup compounds. There is no single consistent naming convention across the set.

Tool Count5/5

Nine tools is within the ideal range and each tool represents a distinct, substantive data product or query endpoint. For a gateway spanning multiple domains, this is well-scoped and not bloated.

Completeness4/5

The main query surfaces are covered: NYC parking has plate, borough, and violation-type views; UK parking has operator routing, deadline calculation, and POPLA outcomes; and MTD has search plus full-answer retrieval. Minor gaps exist, such as IAS appeal outcomes and a way to list all MTD answers without searching, but these are workable rather than blocking.

Resources