Skip to main content
Glama

site

Every entity in a region, paged

entities_in

The Wen Receipts register entities in one region (a state or a jurisdiction, by id or name), optionally for one service, 50 a page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
regionYes
serviceNo
pageSizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose two real behavioral traits: results are exhaustive for the region and pagination is '50 a page', which pairs with the pageSize maximum of 50. It says nothing about permissions, rate limits, or whether the operation is purely read-only, leaving meaningful gaps for a tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One dense sentence with the resource, scope, filter, and page size front-loaded; no filler. The awkward internal phrasing keeps it short of a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 4-parameter tool with 0% schema coverage, no annotations, and no output schema, the description covers region and service but omits the page parameter and any return-shape expectations. It is adequate to attempt a call but leaves the paging mechanics partly unresolved.

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. It usefully clarifies that 'region' accepts an id or a name and describes the optional service filter, which the schema cannot convey. It leaves the 'page' parameter entirely undocumented and does not resolve whether 50 is a default page size or a hard cap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description conveys that it returns entities from the 'Wen Receipts register' constrained to one region, and the title reinforces 'Every entity in a region, paged'. However, the sentence is grammatically tangled ('register entities in one region') and it never distinguishes itself from close siblings like entities_search, entity_lookup, or entities_export, so an agent must guess which listing tool to pick.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The only usage signal is 'optionally for one service', which hints at an optional filter. There is no when-to-use statement, no exclusion of alternatives, and no guidance on when to reach for this over entities_search or entity_lookup.

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.

Resources