Skip to main content
Glama
gcaguilar

bizidashboard-mcp

by gcaguilar

get_history

Access full historical daily demand/balance records and coverage metadata, filling the gap left by GBFS's current-state-only feed.

Instructions

Get full historical daily demand/balance data since BiziDashboard started recording this city, plus coverage metadata. This is the long-range view the official GBFS feed cannot provide since it only exposes current state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format. Defaults to json.
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the data scope ('since BiziDashboard started recording') and the inclusion of coverage metadata. However, it does not mention limits, pagination, or performance characteristics. It is honest about what it returns but lacks deep behavioral detail.

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 two sentences, front-loaded with the core action and resource. The second sentence adds valuable context about why this tool exists relative to GBFS. No wasted words.

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 tool with one optional parameter and no output schema, the description is fairly complete. It explains what data is returned (demand/balance history, coverage metadata) and the temporal scope. It could mention the default format, but the schema already documents that. Minor gaps remain about how data is structured, but overall adequate.

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 has 100% coverage of the single optional 'format' parameter, so the description does not need to add parameter details. It does not repeat or supplement the schema, and no additional parameter meaning is provided. A baseline of 3 is appropriate given the high schema coverage.

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 ('Get') and resource ('full historical daily demand/balance data') plus additional context ('coverage metadata'). It clearly distinguishes from sibling tools like get_alerts_history by specifying the data type (demand/balance) and the long-range scope.

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 clear context: it is for long-range historical data that GBFS cannot provide. This implies when to use it, though it does not explicitly name alternative tools or state when not to use it. The contrast with GBFS gives a practical alternative but not a sibling exclusion.

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/gcaguilar/bizidashboard-mcp'

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