Skip to main content
Glama

site

The whole register, in pages (access key required)

entities_export

Every entity of Issafu register, 200 a page, with provenance. Needs an access key (Authorization: Bearer); export pages are metered per key per day. Without a key the answer says how to get one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
pageSizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the auth scheme, that export pages are metered per key per day (a rate/quota constraint), page granularity, and that the unauthenticated response explains how to obtain a key. It does not say whether the export is a snapshot or live, nor what the page envelope contains.

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?

Three tight telegraphic sentences, front-loaded with scope and pagination before the auth/quota conditions. No filler, though the fragment style is a bit clipped and the no-key sentence could be folded in.

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 no output schema and no annotations, the description still covers the essentials an agent needs to call it: scope, paging size, auth, metering, and the unauthenticated response. Missing details (page indexing, whether a total count is returned) are minor for a two-parameter export.

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% and neither parameter is documented in the schema, so the description must compensate. 'Pages' implies the page parameter and '200 a page' explains the pageSize ceiling, but neither parameter is named or explained directly, leaving the compensation partial.

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 verb and resource ('Every entity of Issafu register, 200 a page, with provenance'), which cleanly separates it from the filtering siblings (entities_search, entity_lookup). It never names an alternative explicitly, so an agent must infer that this is the bulk dump rather than the query tool.

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

Usage Guidelines3/5

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

Prerequisites are covered: an access key via Authorization: Bearer is required, and the no-key behavior is described. However, there is no guidance on when to choose this over entities_search / entities_in for narrower queries, which is the main routing decision an agent faces among these 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