Skip to main content
Glama
raheb77

io.github.raheb77/saudi-open-data-mcp

by raheb77

dataset_metadata

Retrieve exact metadata for any Saudi open data dataset by providing its canonical dataset_id. Solves the problem of finding precise registry details quickly.

Instructions

Exact registry metadata lookup by dataset_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYesExact canonical dataset_id from the registry. Examples: 'sama-pos-weekly', 'stats-gov-sa-cpi-headline-monthly'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

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 must disclose behavior. It only states the purpose without mentioning return format, authorization, rate limits, or any side effects. It does not clarify what 'metadata' includes or if it is read-only.

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 concise sentence with no fluff. It is front-loaded with the purpose, but it does not include any additional structured guidance, which might be acceptable given its brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a single parameter and an output schema, the description is minimal. It lacks context about when to use it versus search_datasets, what metadata is returned, or any prerequisites. The agent has insufficient information to confidently invoke it correctly in all scenarios.

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%, and the parameter is well documented with examples. The description adds no additional meaning beyond restating that the lookup is by dataset_id, so it meets the baseline.

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 (lookup) and resource (registry metadata) with a unique identifier (dataset_id). It is clear but does not explicitly differentiate from sibling tools like search_datasets, though 'exact' hints at direct ID 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?

No guidance on when to use this tool vs alternatives such as search_datasets or preview_dataset. The description does not provide context for selecting this tool over others.

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