Skip to main content
Glama
Skeego

opendata-mcp

by Skeego

list_changelog_v1_changelog_get

Fetch paginated list of changelog entries, ordered by most recent publication date. Use limit and offset parameters to navigate results.

Instructions

GET /v1/changelog (public) — List changelog entries — List recent platform announcements.

Returns a paginated list of changelog entries, ordered by published_at descending (most recent first).

This is a public endpoint and does not require authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results
offsetNoOffset for pagination
Behavior4/5

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

Despite no annotations, the description covers key behaviors: it's a GET endpoint, public, no auth, paginated, ordered by published_at descending. It does not mention rate limits or edge cases, but for a simple read-only tool this is adequate.

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 three sentences, front-loads the endpoint and purpose, and avoids redundancy. Every sentence is informative and necessary.

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?

While there is no output schema, the description indicates a paginated list of changelog entries with ordering. It is complete enough for a simple list tool, though it could optionally detail the entry structure. Among many siblings, this tool is unique, so contextual completeness is high.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers parameters fully (100% coverage). The description adds context beyond the schema by stating the ordering (by published_at descending), which helps the agent understand how pagination works. This adds value.

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 tool lists changelog entries (recent platform announcements) with pagination and ordering. It explicitly notes it's public and requires no authentication, distinguishing it from other list-related sibling tools.

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 provides context for when to use (to see recent platform announcements) and that it's public. However, it does not explicitly state alternatives or when not to use, though it's sufficiently clear for a straightforward list tool.

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/Skeego/opendata-mcp'

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