Skip to main content
Glama
alcastaro

datosgobdo-mcp

by alcastaro

list_recent_datasets

Read-only

Retrieve recently modified datasets from the Dominican Republic's open government data portal. Monitor updates with hydrated metadata.

Instructions

Datasets modificados más recientemente en datos.gob.do.

Útil para monitorear actualizaciones del portal gubernamental. Devuelve metadatos hidratados, no actividades crudas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoCantidad (1-30)
Behavior5/5

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

The description goes beyond the readOnlyHint annotation by specifying that the tool returns hydrated metadata, not raw activities. This gives the agent a clear idea of what the output contains, which is valuable given no output schema.

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 concise with three short sentences, each adding distinct value: purpose, use case, and behavior. No fluff or repetition.

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?

Given the simplicity of the tool (one optional param, no output schema), the description adequately covers its behavior and return type. It could potentially mention ordering or that it returns metadata, but it already does so minimally. Slight deduction for not confirming the output is a list of datasets.

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 schema coverage is 100% with the single 'limit' parameter fully documented in the schema (min, max, default). The description adds no additional information about the parameter, so it meets the baseline but does not exceed it.

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?

Description clearly states it lists the most recently modified datasets from datos.gob.do. It uses specific verb 'list' and resource 'datasets', and implies a temporal scope. It distinguishes from sibling tools like search_datasets or get_dataset which serve different purposes.

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 it is useful for monitoring updates to the government portal, giving a clear use case. However, it does not provide explicit when-not-to-use guidance or mention specific alternatives, though the context of sibling tools fills some of this gap.

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/alcastaro/datos.gob.do-MCP-server'

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