Skip to main content
Glama
digimetalab

dml-bps-mcp

Official
by digimetalab

get_simdasi_table

Fetch detailed SIMDASI data for a specific area and year by providing wilayah code, year, and table ID obtained from list_simdasi_tables.

Instructions

Get detailed data from a SIMDASI table for a specific area and year. Requires wilayah (7-digit MFD), tahun (year), and id_tabel from list_simdasi_tables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tahunYesYear of the data (e.g., 2024)
wilayahYes7-digit MFD code of the area
id_tabelYesTable ID from list_simdasi_tables or list_simdasi_tables_by_subject
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states the core function and required inputs but does not disclose return format, pagination, or any side effects. The prerequisites are helpful but basic behavior is only partially transparent.

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?

Two concise sentences with the main action front-loaded. No waste; every sentence earns its place by stating what the tool does and what inputs are needed.

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?

For a simple data retrieval tool with full schema coverage and no output schema, the description adequately covers purpose, required parameters, and their source. It is slightly vague about what 'detailed data' means and does not describe the response format, but it remains sufficient for invocation.

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?

The input schema already provides descriptions for all three parameters (coverage 100%), so the schema carries the heavy lifting. The description adds minimal extra context (e.g., the source of id_tabel from list_simdasi_tables), but it largely restates schema information.

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 clearly states the action ('Get detailed data') and the target resource ('SIMDASI table') scoped by area and year. It distinguishes from sibling list tools by focusing on retrieving specific table data rather than listing available tables.

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

Usage Guidelines4/5

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

The description explicitly states the required parameters and notes that id_tabel must come from list_simdasi_tables, implying a prerequisite step. It does not explicitly mention alternatives or when not to use this tool, but gives clear contextual guidance.

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