Skip to main content
Glama

Every entity in a region, paged

entities_in

The Immigration Adviser Finder 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
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses paging ('50 a page'), but says nothing about read-only semantics, auth/scoping requirements, return shape, or sort order for a listing tool.

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?

A single front-loaded sentence with no wasted words. The region scope and paging note are stated up front, though the phrasing is slightly dense.

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?

With no output schema and 0% param coverage, the description should say more about what a page of entities looks like and how page/pageSize behave. It covers region and service but leaves return content and pagination controls thin for a 4-param listing tool.

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%, yet the description usefully clarifies that region accepts an id or a name and that service is optional — meaning beyond the bare schema. However, the page and pageSize parameters are never explained (defaults, interaction), leaving half the params undocumented.

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?

States a specific resource (Immigration Adviser Finder register entities) and a clear scope (one region). It's distinguishable from entities_search/entity_lookup at a high level, though it never names those siblings. The verb is implicit ('register entities') but the intent is clear.

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?

It hints that region is required and service is an optional narrowing filter, but gives no explicit when-to-use guidance and never mentions alternatives like entities_search, entity_lookup, or entities_export. An agent must infer routing from the sibling list alone.

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