Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

twitter_usage

Read-onlyIdempotent

Check post-read usage against monthly cap. Retrieve cap reset day, project cap, current usage, and daily usage to avoid exceeding quota.

Instructions

This project's post-read usage against its monthly cap — check before burning quota.

Returns: {data:{cap_reset_day, project_cap, project_usage, daily_project_usage}}

Auth: needs your own key in X_BEARER_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoDays of daily usage to include (1-90, default 7).
usage_fieldsNoUsage fields to include (CSV: cap_reset_day, daily_project_usage, daily_client_app_usage, project_cap, project_id, project_usage).
Behavior4/5

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

Annotations already declare readOnly, idempotent, and openWorld hints. The description adds meaningful context beyond that, including the required auth header (X_BEARER_TOKEN) and the exact return shape, and frames the tool as a pre-flight quota check.

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 compact and well-structured: a purpose/action line, a return shape line, and an auth line. Every sentence carries useful information with no filler or redundancy.

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?

With no output schema, the description's explicit return shape is essential and provided. Auth requirements and usage context are also included. Minor edge cases like behavior when the cap is exceeded are not discussed, but complexity is low and annotations cover safety aspects.

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 coverage is 100% and both parameters (days, usage_fields) already have descriptions, so the description doesn't need to repeat them. The Returns line gives useful field-level context, but no additional parameter-specific semantics are needed beyond the schema.

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 it retrieves the project's post-read usage against its monthly cap, and the imperative 'check before burning quota' reinforces the tool's purpose. This is distinct from sibling Twitter data tools like twitter_tweets or twitter_search_recent, which fetch content rather than usage metrics.

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?

'Check before burning quota' provides direct guidance on when to use the tool: before consuming API quota. It does not explicitly name alternatives or exclusions, but the tool's purpose naturally separates it from data-fetching siblings.

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/DanielTomaro13/sportsdata-mcp'

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