Skip to main content
Glama
digimetalab

dml-bps-mcp

Official
by digimetalab

get_csa_table

Retrieve details and HTML content of a single CSA table from Indonesian BPS statistics by specifying table ID and BPS domain code.

Instructions

Retrieve details of a single CSA table (includes table content in HTML format).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCSA table ID
domainYesBPS domain code
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses that the response includes table content in HTML format, which is helpful context, but it does not mention permissions, error behavior, or whether the HTML is sanitized/rendered. 'Retrieve' implies read-only but adds no further transparency.

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?

The description is a single, front-loaded sentence that communicates the core action and a key response detail without any filler. Every word earns its place.

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?

Without an output schema, the description at least discloses that the response contains table content in HTML format. However, 'details' remains vague, and it does not enumerate what other fields are returned. For a simple two-parameter retrieval tool, this is mostly sufficient but could be more explicit.

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% for the two simple parameters. The description does not add additional meaning beyond stating 'single CSA table', which is already implied by the 'id' parameter. The schema already explains the parameters adequately.

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

Purpose5/5

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

The description uses a specific verb 'Retrieve' and a clear resource 'details of a single CSA table', which distinguishes it from sibling list tools. The parenthetical about HTML content further clarifies the scope of the response.

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?

The description implies this tool is for fetching one CSA table by ID and domain, but it does not explicitly mention when to use it over list_csa_tables or other retrieval tools. No exclusions or alternative names are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/digimetalab/dml-bps-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server