Skip to main content
Glama
shawndoor

DoorProfit Crime & Neighborhood Data

Check API Usage & Quota

get_api_usage
Read-onlyIdempotent

Check current API call usage, remaining quota, reset times, rate limits, and overage status for the active DoorProfit key. Use it to confirm limits after quota errors or before deciding on an upgrade.

Instructions

Report the plan, monthly and daily call usage, remaining quota, reset times, rate limit and overage status for the DoorProfit API key authenticating this session. Takes no arguments — it always describes the calling key, never another account. Call it when the user asks how many calls they have left, or after any other tool returns QUOTA_EXCEEDED or DAILY_LIMIT_EXCEEDED, to confirm the limit and reset time before suggesting an upgrade. This is the only tool that never consumes quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
successYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is well covered. The description adds genuine behavioral value beyond annotations: the 'never consumes quota' property (a strong side-effect disclosure), the 'always describes calling key, never another account' scoping constraint, and the confirmation-of-limit intent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the core purpose and scoping constraint first, then usage triggers. Efficient and well organized. Minor deduction only because the second sentence slightly nests multiple clauses (reset-time confirmation + upgrade suggestion) that could be streamlined.

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 zero-arg, fully-annotated, output-schema-bearing tool, the description is remarkably complete: it covers return content (usage, quota, rate limits, overage), scope, invocation triggers, and a distinctive non-quota-consuming behavior. Loses one point only for not explicitly naming the sibling-contrast, though the different domain of siblings makes that unnecessary.

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

Parameters5/5

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

Zero parameters — the schema is an empty object. The description explicitly addresses this: 'Takes no arguments — it always describes the calling key.' This preemptively eliminates any agent confusion about parameterization, which is the only semantically relevant point for a no-arg tool.

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?

Specific verb 'Report' plus clearly enumerated content (plan, usage, quota, reset times, rate limit, overage) bound to 'the DoorProfit API key authenticating this session.' Explicitly distinguishes from sibling tools that query crime/neighborhood/offender data — a very different purpose domain.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit when-to-use triggers: when the user asks how many calls remain, and after any other tool returns QUOTA_EXCEEDED or DAILY_LIMIT_EXCEEDED to confirm limits before suggesting an upgrade. Sets clear expectations about the scope (never another account) and adds a distinct proof-point: the only tool that never consumes quota.

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/shawndoor/doorprofit-mcp'

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