Skip to main content
Glama
citerocket-hq

CiteRocket MCP

Official

get_cite_rocket_overview

Read-only

Retrieve your complete account overview, including member identity, plan access, spendable credits, lifetime usage, and billing history, in one free request.

Instructions

Return member identity, plan access, spendable credits, lifetime usage and billing history in one free request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds that this is a single free request aggregating multiple data types. It does not disclose response format, data freshness, or any authentication requirements, but those are not critical given the annotation and simple zero-parameter contract.

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?

One clean sentence with no filler. The most identifying content (member identity, billing history) comes first, and the phrase 'in one free request' adds useful context without bloat.

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-parameter, read-only endpoint with no output schema, the description gives a solid list of returned categories that an agent can act on. Minor omissions like authentication expectations or field formatting are unlikely to trip up an agent for an overview call.

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 schema coverage is trivially 100% and no parameter documentation is needed. The description instead clarifies what the returned payload covers, which is more useful than parameter detail here.

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 names a specific verb ('Return') and a concrete set of resources: member identity, plan access, spendable credits, lifetime usage, and billing history. This clearly differentiates it from the sibling get_posts, get_comments, and user/subreddit search tools, whose scope is entirely different.

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

Usage Guidelines3/5

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

No explicit when-to-use guidance or alternative routing is provided. However, the unique account/billing scope makes the intended context reasonably obvious among the sibling tools, so usage is implied rather than spelled out.

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