Skip to main content
Glama

site

Every entity in a region, paged

entities_in

The Bags That Pay 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

B3.2/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 a real behavioral trait — results are paged at 50 per page — but says nothing about ordering, permissions, rate limits, or what fields an entity contains. Read-only is only implied by 'entities in a region'.

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 sentence with no padding, and the key constraint (region) is front-loaded. The phrasing 'The Bags That Pay register entities in one region' is slightly awkward and could be misread on first pass.

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 no annotations and no output schema, the description covers the primary parameter's semantics and the pagination default but leaves paging navigation and return shape unexplained. It is minimally adequate rather than complete.

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 has to compensate and only partly does. It clarifies that 'region' accepts a state or jurisdiction by id OR name and that 'service' is optional, but the 'page' and exact 'pageSize' parameters are left to the schema.

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 states a clear resource and scope: entities within a single region, optionally narrowed to one service. The title reinforces this ('Every entity in a region, paged'). It stops short of distinguishing itself from near-miss siblings such as entities_search, entities_export, or entity_lookup.

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?

There is no explicit when-to-use guidance and no named alternative, even though entities_search and entity_lookup overlap heavily in intent. 'Optionally for one service' hints at a narrowing use case but doesn't help an agent choose between this tool and its siblings.

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