Skip to main content
Glama
Vilgar

Rate-API MCP Server

by Vilgar

get_quota

Check plan quota and remaining requests to monitor usage and avoid rate limit overruns.

Instructions

Get a lean view of the plan quota and remaining requests for this API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.1

TDQS

B3.2/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It only says 'lean view' without specifying response format, pagination, rate limits, or whether any side effects exist. The read-only nature is implied but not explicit, and the term 'lean' is vague.

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?

A single, clear sentence that front-loads the core purpose. There is no wasted text, and the description is appropriately sized for a parameterless tool.

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

Completeness3/5

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

Given no output schema, the description provides some context by mentioning 'plan quota and remaining requests,' which gives the agent an idea of the response content. However, it does not clarify the exact structure, units, or whether the response is a simple count or includes other details. The lack of differentiation from get_usage also leaves the description incomplete for an agent deciding between tools.

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 tool has zero parameters, so the baseline is 4. The description adds nothing about parameters, which is appropriate since there are none.

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?

The description states a specific action ('get') on a specific resource ('plan quota and remaining requests for this API key'). It is clear and unambiguous. However, it does not differentiate from siblings like get_usage or get_key_status, relying on the word 'lean' to imply a lighter version without naming the alternative.

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 is provided on when to use this tool versus siblings such as get_usage or get_key_status. An agent would have to infer that 'lean' means a minimal subset, but there is no explicit when-to-use or when-not-to-use instruction.

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