Skip to main content
Glama

Server Details

Robinhood Chain (4663) caller accuracy + token intel, graded vs real price since genesis. x402-paid

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jamhimself/robinx-mcp
GitHub Stars
0
Server Listing
HoodScope MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 12 of 12 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of Robinhood Chain token analysis: deployer reputation, on-chain stats, social sentiment, wallet history, etc. Even overlapping concepts like verdict and report are clearly differentiated by scope and detail.

Naming Consistency5/5

All tools follow a consistent 'robinx_<single_word_noun>' pattern, making it easy for an LLM to predict tool names and understand their purposes at a glance.

Tool Count5/5

12 tools is optimal for a domain-specific server covering deployer analysis, token stats, social signals, wallet reputation, and composite reports. The count feels neither sparse nor bloated.

Completeness4/5

The tool set covers the core token analysis workflow: search, deployer check, on-chain stats, holder structure, social pulse, and comprehensive reports. Minor gaps like batch operations or historical comparisons exist but do not severely hinder usability.

Available Tools

23 tools
robinx_agent_featuresAgent feature row (token-level, one call)A
Read-only
Inspect

THE FEATURE ROW FOR A TRADING AGENT. One call returns the token-level feature row for a Robinhood Chain token, ready to fold into your own model: immutable launch facts (deployer, launch block, age); current activity (swaps, WETH volume, distinct traders, is_real, and the exact block it crossed that threshold, recovered back to chain genesis); the deployer's current track record (score, launched, real vs dead); the latest price/FDV quote with its true observation time; and observed social measurements (exact mention counts, distinct accounts, first mention, 24h velocity, how many mentioning accounts are MEASURED callers with a track record, the best early-rate among them, and what share sit in a mutual-follow cluster — i.e. one correlated voice rather than independent confirmation). The response is split by epistemic status: current_state is recomputed in place and carries NO history, so joining it to a past timestamp is lookahead bias; observed sits on an immutable capture clock. Robinhood Chain only. RobinX publishes inputs, NOT predictions — there is no score of expected return, no recommendation and no financial advice here; backtest these inputs against your own forward returns and draw your own conclusions. Costs $0.03 USDC on Base. (paid $0.03 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesRobinhood Chain token address (0x + 40 hex)
Behavior5/5

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

The description provides extensive behavioral details: what data is included (immutable launch facts, current activity, deployer track record, price, social measurements), explains the epistemic status of fields (current_state vs observed), and discloses costs. Annotations already indicate read-only, non-destructive behavior, and the description adds significant context beyond that.

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

Conciseness3/5

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

The description is quite lengthy and dense with details. While it is front-loaded with the main purpose, the extensive enumeration of fields and warnings makes it less concise than ideal. Some information could be condensed without loss of clarity.

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

Completeness5/5

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

Given the single parameter and no output schema, the description fully compensates by detailing the output structure, costs, and usage caveats. It provides sufficient context for an agent to understand and invoke the tool correctly.

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 input schema already describes the single parameter 'token' with format '0x + 40 hex'. Schema coverage is 100%, so the description adds minimal additional semantic value beyond confirming the chain and usage context.

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 that the tool returns a 'token-level feature row' for a Robinhood Chain token, ready for model input. It distinguishes from siblings by focusing on a single token's comprehensive data for feature engineering.

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 explicitly states when to use this (for model input), warns about lookahead bias and no predictions, and specifies it's for Robinhood Chain only. However, it does not explicitly contrast with sibling tools like robinx_token or provide when-not-to-use guidance.

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

robinx_basketLive paper-basket recordB
Read-only
Inspect

Free live forward paper-basket: every launch from a proven deployer, entered +30min, held. The lookahead-free public track record of the RobinX signal.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds context: it is 'free live forward', 'every launch from a proven deployer, entered +30min, held', and 'lookahead-free'. This provides behavioral specifics beyond the annotations, though it could mention data freshness or scope limitations.

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?

Two concise sentences that front-load the core purpose and add a clarifying second sentence. No fluff or repetition.

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?

Although the tool has no inputs and annotations cover safety, the description lacks details about the output format or fields of the record. Without an output schema, the description should at least enumerate what data points are included (e.g., token addresses, timestamps). Current description is adequate but not complete.

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 description has no burden to explain them. According to the rubric, 0 params yields a baseline of 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it provides a 'live forward paper-basket' and 'lookahead-free public track record', indicating a read-only record of signals. However, it does not explicitly distinguish this tool from siblings like robinx_signals or robinx_report, leaving some ambiguity about its specific role.

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 on when to use this tool versus alternatives. With many sibling tools, the absence of usage context forces the agent to rely on the tool name alone, which is insufficient.

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

robinx_callerCaller Report CardA
Read-only
Inspect

Free MEASURED track record for any X account that has called Robinhood Chain tokens: early_rate (share of calls placed BEFORE a run), momentum_rate (calls made after the token had already run), median 1h forward return, mutual-follow-cluster flag, and recent calls. Measured against real on-chain price since chain genesis; calls preserved as captured, so deletion does not scrub the record. Use before trusting any "alpha caller".

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYesX handle, with or without @
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral context beyond annotations by stating 'calls preserved as captured, so deletion does not scrub the record', indicating immutability, and mentions measurement against real on-chain prices. No contradiction.

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 concise, with four sentences each adding value. It front-loads the purpose, lists output fields, and ends with a usage guideline. No fluff.

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?

Without an output schema, the description lists key return fields (early_rate, momentum_rate, median 1h forward return, etc.) and explains data source. This is sufficient for a report card tool, though some detail on output format is omitted.

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%, fully documenting the 'handle' parameter. The description does not add new semantic information about the parameter beyond what the schema provides, so it meets the baseline for high 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 explicitly states it provides a 'Free MEASURED track record' for an X account that called tokens, listing specific metrics like early_rate and momentum_rate. It distinguishes itself from siblings by focusing on a report card for a single caller, not a list of calls or callers.

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 includes 'Use before trusting any "alpha caller"' as a clear usage guideline. While it doesn't explicitly exclude other uses, this directive provides clear context for when to apply the tool.

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

robinx_caller_callsCaller call logA
Read-only
Inspect

The receipts tape behind the free Caller Report Card: the most recent 100 measured Robinhood Chain calls by one X handle with per-call token outcomes (reached real trading or died, current FDV) + true total and truncation flag. Calls preserved as captured — deleting the tweet does not scrub the record. Costs $0.02 USDC on Base. (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYesX handle, with or without @
Behavior4/5

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

Annotations already declare it read-only and non-destructive. The description adds value by disclosing that calls are preserved even if deleted, a $0.02 USDC cost, and a truncation flag for total count. This goes beyond annotations without contradiction.

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?

The description is dense but not overly verbose. It front-loads the main purpose and then details output, cost, and behavior. It could be slightly more concise, but every sentence adds value.

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

Completeness5/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 thoroughly explains return values: per-call outcomes, true total, truncation flag. It also covers cost, persistence, and the handle parameter. This is more than sufficient for a simple tool.

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?

With 100% schema coverage and only one parameter (handle), the description adds meaning by explaining that the output includes per-call outcomes, true total, and truncation flag. This enriches the parameter's purpose beyond the schema's 'X handle, with or without @'.

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 the tool retrieves the most recent 100 measured Robinhood Chain calls for a given X handle, with per-call token outcomes. This distinguishes it from sibling tools like robinx_caller (individual caller info) and robinx_callers (list of all callers). The verb 'retrieves' and resource 'call log' are explicit.

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?

The description implies usage via cost and persistence details, but does not explicitly state when to use this versus alternatives like robinx_caller or robinx_callers. It provides context (cost, record persistence) but lacks direct guidance on selection criteria.

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

robinx_callersProven caller leaderboardA
Read-only
Inspect

Proven X caller-lift leaderboard for Robinhood Chain: which accounts measurably move price — median 1h forward return after their calls and early-rate (called BEFORE the run vs momentum-riding). Measured, not follower count. (paid $0.01 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds value by detailing the measurement criteria (median 1h forward return, early-rate) and noting the paid nature ($0.01). No additional behavioral traits like rate limits or data freshness are disclosed.

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?

Single sentence with parenthetical note is concise and front-loaded. Every part adds information without redundancy.

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?

No output schema exists, so description must explain return values. It explains the metric and paid aspect but omits output format, number of entries, and data refresh frequency. Adequate but has clear gaps.

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?

No parameters exist (schema coverage 100%). Baseline score of 4 applies per instructions; description does not need to add parameter semantics.

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 this is a leaderboard of proven callers measured by median 1h forward return and early-rate, distinguishing it from follower-count-based metrics. The verb 'leaderboard' and specific resource 'Proven X caller-lift' provide clear purpose.

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 implies use for getting a leaderboard of callers who move price, and the sibling tools (e.g., robinx_caller, robinx_caller_calls) provide context for when to use alternatives. However, no explicit when-not or alternatives are stated.

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

robinx_deployerDeployer rap sheetA
Read-only
Inspect

Deployer reputation rap sheet: tokens launched, real vs dead, best-token volume, insider-distribution flag, 0-100 score. (paid $0.01 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesDeployer wallet 0x…
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds meaningful behavioral context beyond annotations by detailing the output fields (tokens launched, real vs dead, etc.) and noting the cost ($0.01). It does not contradict annotations, and it provides additional transparency about what data is retrieved.

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?

The description is concise, packing key information into one sentence with a list of outputs. It avoids unnecessary words and front-loads the purpose. Slightly fragmented due to list format, but overall efficient.

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 the tool has one parameter, full schema coverage, and annotations, the description covers the purpose and output fields. However, the absence of an output schema means the description should provide more detail on the return format or structure, which it does not. The listing is helpful but incomplete for an agent to fully interpret the response.

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?

With 100% schema coverage, the baseline is 3. The description adds minimal parameter semantics beyond the schema, implicitly indicating the address should be a deployer wallet. It does not specify format constraints or additional context, so it meets but does not exceed expectations.

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 what the tool does: provides a deployer reputation rap sheet with specific metrics (tokens launched, real vs dead, best-token volume, insider-distribution flag, score). This distinguishes it from sibling tools like robinx_wallet (general wallet info) and robinx_token (token info), making its purpose unambiguous and differentiated.

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?

The description implies usage for assessing deployer reputation through the listed fields, but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites. The mention of paid cost is a side note, not a usage guideline.

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

robinx_entityWallet-entity appearances across tokensA
Read-only
Inspect

Follow a wallet across the accumulated holder-snapshot archive: every scanned token it appears in with balance then/now, plus ENS/Farcaster identity and insider/deployer records. The archive is recorded live and cannot be rebuilt retroactively. Costs $0.05 USDC on Base. (paid $0.05 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address 0x…
Behavior4/5

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

Beyond annotations (readOnlyHint, openWorldHint, destructiveHint), the description adds behavioral details: the cost of $0.05, that the data is from a live archive that cannot be rebuilt retroactively. No contradictions with annotations.

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

Conciseness3/5

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

The description is two sentences plus a cost note, which is reasonably sized. The core action is front-loaded. However, the cost information could be integrated more tightly, and some phrasing is slightly redundant.

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 and moderate complexity (multiple return fields), the description lists outputs but does not detail their structure, pagination, or limits. It is adequate but leaves gaps for an agent needing precise format expectations.

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?

Input schema has 100% coverage with a clear description for the single required parameter 'address'. The description does not add further semantics beyond what the schema already provides, so a baseline of 3 is appropriate.

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 states a specific verb ('Follow a wallet') and resource ('accumulated holder-snapshot archive'), listing concrete outputs (tokens, balances, identity, insider/deployer records). It distinguishes from sibling tools like robinx_wallet by emphasizing cross-token archive scope.

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?

The description mentions the cost ($0.05 on Base) and that the archive is live and non-rebuildable, providing some context. However, it does not explicitly state when to use this tool versus alternatives like robinx_wallet or robinx_token, nor does it provide when-not-to-use guidance.

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

robinx_feedScored new-launch feedA
Read-only
Inspect

Newest Robinhood Chain launches, each scored by deployer reputation. min_score=70 = proven deployers only; since=; limit=N (max 100). Designed to be polled. (paid $0.01 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
min_scoreNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context: polling design, cost ($0.01), and the effect of min_score=70 (filtering to proven deployers). No contradiction with annotations.

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?

Two sentences plus parenthetical. Front-loads purpose, then parameter hints. Efficient but 'see instructions' points to missing detail. Not overly verbose.

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?

Adequate for a polling feed: explains what the feed contains and parameters. However, lacks output format description (what each launch item includes beyond score). Could be more complete given no output schema.

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?

With 0% schema coverage, the description explains min_score, since, and limit but leaves ambiguity: since cursor format unspecified, limit as string (likely numeric), and no examples. Adds value but incomplete.

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 is a feed of newest launches scored by deployer reputation, with specific verb and resource. It distinguishes from siblings like robinx_pulse or robinx_signals by focusing on new-launch scoring.

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?

Explicitly says 'Designed to be polled' and explains parameter usage (min_score, since, limit). Provides context for use but does not explicitly exclude alternatives or state when to use this vs sibling tools.

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

robinx_followed_byWho follows this handleA
Read-only
Inspect

Free check: which watched Robinhood Chain principal accounts follow a given X handle, and since when — plus any observed follow/unfollow history. Honest about provenance: an edge that already existed when RobinX started watching is labelled already_following_when_tracking_began with a null followed_at, never dressed up as a dated follow.

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYesX handle, with or without @
Behavior4/5

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

Annotations provide readOnlyHint, openWorldHint, destructiveHint. The description adds key behavioral details: only watched accounts are considered, and the provenance of 'already_following_when_tracking_began' with null followed_at is honestly stated, beyond annotation scope.

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 purpose, and each sentence adds essential information. No fluff; highly efficient.

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

Completeness5/5

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

Given a simple tool with one parameter and no output schema, the description fully explains what the tool does, its scope (only watched accounts), and data provenance. No gaps for the complexity level.

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% with one parameter 'handle' described as 'X handle, with or without @'. The description reinforces this (given X handle) but does not add significant meaning beyond the schema, so baseline 3 is appropriate.

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 checks which watched Robinhood Chain principal accounts follow a given X handle, including since when and history. This is specific and distinguishes from sibling tools like robinx_follows (which shows who a principal follows) and robinx_entity (more general).

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?

The description implies a 'free check' for quick lookup but does not explicitly state when to use this tool versus alternatives like robinx_follows or robinx_entity. No when-not-to-use guidance or prerequisites are mentioned.

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

robinx_followsPrincipal follow tapeA
Read-only
Inspect

Follow/unfollow transitions by the X accounts that matter on Robinhood Chain — the chain's principals and launchpad accounts — checked roughly every 6 hours and recorded as timestamped events. X exposes only CURRENT following state, so this history cannot be reconstructed after the fact. Every newly-followed handle is crossed with its MEASURED RobinX caller record, so you can see when a principal starts following an account RobinX grades. Pollable with since=; filter by watched= or event=follow|unfollow. Edges that already existed when tracking began are marked baseline and never reported as dated follows. Costs $0.02 USDC on Base. (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
eventNofollow | unfollow
limitNo1-100, default 50
sinceNoISO cursor from a prior call
watchedNofilter to one watched principal handle
Behavior5/5

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

Beyond the annotations (readOnlyHint, destructiveHint false), the description adds critical behavioral details: 'X exposes only CURRENT following state, so this history cannot be reconstructed after the fact' and 'Edges that already existed when tracking began are marked baseline and never reported as dated follows.' This adds significant value.

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 front-loaded with the core purpose and each of the four sentences adds essential context. There is no fluff or redundant information.

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?

Given no output schema, the description explains the nature of the data (timestamped events, crossed with RobinX caller records) but does not detail the exact output structure. Overall, it provides sufficient context for most use cases.

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%, so baseline 3 is appropriate. The description confirms parameter uses (e.g., 'filter by watched=<handle> or event=follow|unfollow') but does not add meaning beyond what the schema already provides.

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 the tool tracks 'Follow/unfollow transitions by the X accounts that matter on Robinhood Chain — the chain's principals and launchpad accounts'. It uses specific verbs and resources, distinguishing this from sibling tools like robinx_followed_by which likely focuses on a different aspect.

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 explicit usage context: 'Pollable with since=<cursor>; filter by watched=<handle> or event=follow|unfollow.' It also mentions the checking frequency (roughly every 6 hours) and cost ($0.02), but does not explicitly state when not to use this tool or name alternatives.

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

robinx_identifyIdentify a chart screenshotA
Read-only
Inspect

Paste a crypto price-chart SCREENSHOT and get back which Robinhood Chain token it shows. Vision reads the printed ticker and last price, then matches against live per-token prices and volume rank (a visible ticker wins outright; otherwise a ±20% price band ranked by closeness and volume, with a confidence score and alternates). Charts from Solana/Base/Ethereum are detected and resolved cross-chain via DexScreener rather than force-matched against RH-chain tokens. Pass image as base64 (raw or data: URL). Free 5/day per IP, then $0.02 USDC on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageYesbase64-encoded chart screenshot (raw base64 or a data:image/png;base64,… URL)
media_typeNoimage/png (default), image/jpeg, image/webp, or image/gif
Behavior5/5

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

Annotations declare readOnlyHint=true, openWorldHint=true, destructiveHint=false. The description adds significant behavioral context: matching algorithm details (exact ticker or ±20% band with volume rank), cross-chain resolution via DexScreener, and pricing (5 free/day then $0.02 USDC). No contradiction.

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?

The description is somewhat long but well-structured and front-loaded with the main action. Every sentence adds value. Could be slightly more concise, but no wasted words. Effective communication.

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

Completeness5/5

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

Given the complexity (image recognition, live matching, cross-chain), the description is complete: explains matching logic, confidence score, alternates, and pricing. No output schema but description gives adequate output hints.

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?

Schema coverage is 100%. The description adds extra meaning for the 'image' parameter: 'Pass image as base64 (raw or data: URL)', clarifying the format beyond the schema. For 'media_type', no additional meaning beyond schema. Baseline 3 raised to 4 for image clarification.

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 the tool's purpose: paste a crypto price-chart screenshot and identify which Robinhood Chain token it shows. It specifies the method (Vision reads ticker/price, matches against live data) and differentiates from siblings by being the only image identification tool.

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 explicit guidance on when to use (screenshot) and how (pass base64). It also mentions handling of charts from other chains (detects and resolves cross-chain). However, it does not explicitly state when not to use or suggest alternatives, but given siblings, no alternative exists.

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

robinx_mentionsToken social tapeB
Read-only
Inspect

The latest 200 X mentions of a Robinhood Chain token with the caller's MEASURED accuracy record attached (early_rate, median 1h price move, cluster flag), plus true total + truncation flag, hourly velocity from a full 24h count, the first-ever mention, and clustered-vs-independent voice counts. The social×price join only RobinX has. Tweet text is never redistributed. Costs $0.02 USDC on Base. (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations already declare safe read-only behavior. The description adds non-obvious details: cost of $0.02, tweet text not redistributed, the presence of accuracy record and velocity metrics. This contextualizes the returned data beyond what annotations provide.

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

Conciseness2/5

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

The description is verbose with marketing language ('The social×price join only RobinX has') and repeated cost notice ('paid $0.02 — see instructions'). It could be trimmed for clarity and brevity.

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?

Despite lacking an output schema, the description enumerates several output fields (early_rate, median 1h price move, cluster flag, truncation flag, hourly velocity, first mention, voice counts). It also mentions cost and data handling. This gives a fairly complete picture of what the tool returns.

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?

Only one parameter 'token' with schema description 'Token contract address 0x…'. Description does not add further parameter semantics; it only mentions the token. With 100% schema coverage, baseline is adequate.

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 clearly states the tool retrieves the latest 200 X mentions of a token with associated metrics. It specifies the verb 'get' implicitly and the resource 'mentions'. However, it does not explicitly differentiate from sibling tools, though the unique data join suggests distinct purpose.

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 on when to use this tool versus alternatives like robinx_social_momentum or robinx_feed. The description mentions cost and data limitations but lacks explicit use cases or exclusions.

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

robinx_pulseX pulse synthesisA
Read-only
Inspect

Real-time X SYNTHESIS for a Robinhood Chain token: what the crowd is saying (narrative), sentiment, conviction (organic vs bot/shill), red flags, and — the differentiator — activity from PROVEN early-callers measured to precede price moves (not follower counts). Fuses live X with RobinX caller-lift + on-chain. Skeptical by design. (paid $0.04 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral details such as being real-time, fusing multiple data sources, being 'skeptical by design', and costing $0.04, which goes beyond annotations without contradiction.

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?

The description is moderately concise, front-loading key outputs and differentiator. The parenthetical about cost and instructions adds minor clutter but overall remains structured and informative.

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

Completeness5/5

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

Given the tool's complexity (synthesizing live X, caller data, on-chain) and lack of output schema, the description comprehensively outlines return components and behavioral traits, providing sufficient completeness for an agent to understand what it does and expects.

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 input schema has 100% coverage with a clear parameter 'token'. The description does not add additional parameter semantics beyond the schema, so baseline 3 is appropriate.

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 the tool synthesizes real-time X data for a Robinhood Chain token, covering narrative, sentiment, conviction, red flags, and early-caller activity. It differentiates by focusing on proven early-callers rather than follower counts, distinguishing it from siblings like robinx_caller or robinx_signals.

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 context on what the tool analyzes and its unique differentiator, implying use when deep crowd sentiment and early-caller insights are needed. However, no explicit when-not or alternatives are mentioned, though sibling names provide context.

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

robinx_reportFull token dossierA
Read-only
Inspect

The FULL token dossier in one call: composite verdict with reasons, deployer rap sheet + launch-by-launch history, token vitals, measured X callers (early-rate, median 1h lift, coordination flags), paper-basket status, and supply-forensics results if computed. The single best first call on any Robinhood Chain token. First 25/day per IP free. (paid $0.05 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by detailing the composite nature of the output and the pricing model (free tier then paid). No contradiction with annotations.

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, each serving a purpose: the first lists the comprehensive contents, the second positions its use case and pricing. No wasted words.

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

Completeness5/5

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

Given the complexity of a composite report, the description outlines the major output categories and includes pricing details. With no output schema, this is sufficient for an agent to decide to invoke the tool and understand what it returns.

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 description coverage is 100% (the parameter 'token' is described). The description does not add new parameter-specific details beyond the schema, but it sufficiently contextualizes the purpose of the token (Robinhood Chain address).

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 the tool provides the 'FULL token dossier in one call' and enumerates specific components like composite verdict, deployer rap sheet, token vitals, callers analysis, etc. It distinguishes itself from siblings by calling itself 'the single best first call on any Robinhood Chain token.'

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 explicitly positions the tool as the first call to make and notes a free tier of 25 calls per day, with paid beyond. It does not explicitly list when not to use or provide alternative tool names, but the context is clear enough for a decision.

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

robinx_signalsFresh calls by measured early-callersA
Read-only
Inspect

Pollable stream of fresh Robinhood Chain calls by X accounts with a MEASURED early-call record (default: early_rate >= 0.5, >= 4 calls, coordinated clusters excluded). Each item carries the caller's full measured record + the token's deployer score and FDV. The highest-alpha event RobinX's corpus emits. Costs $0.02 USDC on Base. (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo1-100, default 25
sinceNocaptured_at cursor from a prior call
min_early_rateNodefault 0.5
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable context: it costs $0.02 USDC, is a pollable stream, and returns specific data (caller's measured record, deployer score, FDV). No contradictions with annotations.

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?

The description is two sentences plus a brief cost note. It is well-front-loaded with the core concept. The cost note and instructions reference are slightly extraneous but do not harm clarity. Could be slightly tighter, but overall efficient.

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?

Given no output schema, the description explains what each item carries (caller record + deployer score + FDV). It covers filtering criteria and cost. It does not detail pagination or ordering, but as a pollable stream with a since cursor, the essential mechanics are implied.

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?

All three parameters are documented in the schema with 100% coverage. The description adds extra context by stating default filter values (early_rate >= 0.5, >=4 calls) and that the since parameter is a captured_at cursor, enhancing understanding 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 is a pollable stream of fresh Robinhood Chain calls filtered by measured early-callers with specific criteria (early_rate >= 0.5, >=4 calls, excluded clusters). It uniquely positions itself as the highest-alpha event in the corpus, distinguishing it from siblings like robinx_caller_calls or robinx_feed.

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 implies usage for high-alpha signal retrieval and mentions it is pollable. It does not explicitly list when to use versus alternatives or when not to use, but the context of 'measured early-callers' and 'highest-alpha event' gives clear contextual guidance.

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

robinx_smart_holdersSmart holders (extraction-index cross-ref)A
Read-only
Inspect

Wallets in this token's notable holder set that have a MEASURED record elsewhere on Robinhood Chain: off-market extraction history (with percentile rank among 4,000+ indexed wallets) and/or deployer track records, plus ENS/Farcaster identity. Strong signal, ambiguous direction — experienced wallets accumulating OR insider-linked wallets loading; not a buy call. Costs $0.05 USDC on Base. (paid $0.05 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations already indicate readOnlyHint and non-destructive behavior. The description adds valuable context beyond annotations, such as the $0.05 cost, the off-market extraction history, identity data, and the caveat that it's not a buy call. This gives the agent a richer understanding of tool behavior.

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?

The description is fairly concise, packing key information (holder set, measured record, identity, cost, signal ambiguity) into a few sentences. The front-loading is effective, though the mention of 'paid $0.05 — see instructions' adds minor 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?

Given the simple input (one required parameter, no output schema), the description adequately explains what the tool returns (wallets with specific attributes and identity). It covers the core output and signal interpretation, making it mostly complete for an experienced agent.

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?

With only one parameter (token) and 100% schema description coverage, the schema already fully documents the parameter. The description does not add any additional meaning or format details for the parameter, so it meets the baseline but does not exceed it.

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 defines the tool's purpose: listing wallets from a token's notable holder set that have a measured record on Robinhood Chain, with specific data like extraction history and identity. It distinguishes from sibling tools by focusing on cross-referencing holders with off-market data.

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?

The description provides some guidance, noting the signal is ambiguous and not a buy call, and mentions the cost. However, it does not explicitly state when to use this tool over alternatives or identify preconditions, leaving some ambiguity for the agent.

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

robinx_social_momentumSocial momentum (de-hyped)A
Read-only
Inspect

Robinhood Chain tokens ranked by measured caller-accuracy weight, then independent voices, then mention count — mutual-follow clusters collapsed to ONE voice each. Attention QUALITY, not raw hype counts. Window 1-48h (default 6). Costs $0.02 USDC on Base. (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
hoursNolookback window in hours, 1-48 (default 6)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds substantial behavioral info: the ranking algorithm (caller-accuracy weight, independent voices, mutual-follow cluster collapse), the time window, and the cost ($0.02 USDC on Base). This exceeds what annotations provide.

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?

The description is compact but not overly terse, covering algorithm, time window, cost, and quality emphasis in three sentences. It is front-loaded with the ranking method and avoids unnecessary detail.

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

Completeness2/5

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

No output schema exists, so the description should explain the return format (e.g., list of tokens with scores). It only says 'tokens ranked,' leaving agents to guess the output structure. Given the algorithm's complexity, this is a significant gap.

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 only parameter 'hours' has full schema coverage (100%) with a clear description. The description adds context (default 6, range 1-48) and explains that it's the lookback window for the ranking, adding value beyond the schema's minimalist description.

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 the tool ranks tokens by a specific methodology (caller-accuracy weight, independent voices, mention count) and emphasizes attention quality over raw hype. It distinguishes itself from simple mention counters by specifying the de-hyped ranking algorithm.

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?

The description implies use for quality-adjusted social momentum by contrasting with 'raw hype counts,' but it does not explicitly mention when to use this tool over siblings like robinx_mentions or robinx_signals. The cost and time window are noted, but usage context is only implicit.

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

robinx_statsCoverage statsA
Read-only
Inspect

Free coverage stats for RobinX: deployers scored, tokens indexed, real tokens, wallets flagged insider-linked, and serial-spam factories on Robinhood Chain (chain 4663).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, destructiveHint=false, so the safety profile is clear. Description adds specific metrics returned but doesn't disclose additional behavioral traits (e.g., caching, rate limits, data freshness). It does not contradict annotations.

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?

Single sentence, front-loaded with 'Free coverage stats for RobinX', lists all metrics without redundancy. 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?

Given no parameters, no output schema, and a simple purpose, the description covers essential information. It could mention output format or update frequency, but the lack is not critical for a straightforward stats tool.

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?

No parameters exist (empty input schema, 100% coverage). Description does not need to add parameter meaning. Baseline 4 is appropriate.

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?

Description clearly states it provides 'coverage stats' for RobinX and lists specific metrics (deployers scored, tokens indexed, etc.). Verb is implicit but clear. Distinguishes from siblings like robinx_deployer or robinx_token by being a general stats endpoint.

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 guidance on when to use this tool vs alternatives. It describes what it does but not the context (e.g., 'Use this to get an overview; for specific token details see robinx_token'). With many siblings, some usage advice would help.

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

robinx_structureHolder structure diffA
Read-only
Inspect

Labeled holder-structure diff for a Robinhood Chain token: who FROZE (to the wei), who added, who trimmed, who exited over ~24h — every notable wallet stamped with what RobinX knows (insider-linked extraction record, deployer rap sheet, ENS + Farcaster identity with multi-wallet entities collapsed, round-number off-market flags) + a structure verdict: rotation vs top-distribution vs accumulation. The repricing-or-rug call price data cannot make. First call queues the scan (free, ~10-60s); call again for results. (paid $0.03 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations indicate readOnly and non-destructive; description adds behavioral details: the scan takes 10-60 seconds, first call is free then paid, it provides enriched wallet stamps and a structure verdict. Adds context beyond annotations about cost, time, and data enrichment.

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?

The description is dense and front-loaded with the main purpose. Each sentence adds value, though some phrasing (e.g., 'to the wei') could be trimmed. It is efficient but slightly verbose, earning a 4.

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

Completeness5/5

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

Despite no output schema, the description fully explains what the tool returns (diff, wallet stamps, verdict), the scan process, and limitations. It covers inputs, outputs, and usage flow, making it highly complete for a single-parameter tool.

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 sole parameter 'token' is fully described in the input schema (type and description). The description does not add extra parameter-specific details, but schema coverage is 100%, so baseline 3 is appropriate.

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 produces a 'labeled holder-structure diff' for a token, detailing specific changes (who froze, added, trimmed, exited). It distinguishes itself from sibling tools like robinx_token and robinx_verdict by focusing on holder structure changes over a 24-hour window.

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?

The description implies usage: first call queues a free scan, second call retrieves results (paid). It mentions a limitation (cannot make price calls) but does not explicitly state when to use this tool vs alternatives like robinx_smart_holders or robinx_signals. Guidance is present but implicit.

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

robinx_tokenToken on-chain vitalsA
Read-only
Inspect

On-chain stats for a Robinhood Chain token: swaps, WETH volume, unique traders, real-activity flag, deployer score. (paid $0.01 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesToken contract address 0x…
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the description adds the cost detail and a reference to instructions. It does not disclose further behavioral traits like rate limits, authentication needs, or return format, making it only marginally additive.

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 a single sentence that efficiently lists the output contents, followed by a brief cost note. Every word is purposeful, with no redundancy or fluff.

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?

With no output schema, the description should ideally explain the return structure. While it lists data fields, it does not confirm whether the response is a single object or requires pagination. Given the low parameter complexity, the description is adequate but not fully complete.

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%, so the baseline is 3. The parameter 'address' is described in the schema as 'Token contract address 0x…', which is sufficient. The tool description lists the output data but does not add new parameter semantics 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 defines the tool's purpose: providing on-chain stats for a Robinhood Chain token, listing specific data points like swaps, WETH volume, unique traders, real-activity flag, and deployer score. It distinguishes from sibling tools like robinx_signals or robinx_stats by focusing on token vitals.

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?

The description does not explicitly state when to use this tool versus alternatives among the many sibling tools. The phrase 'paid $0.01 — see instructions' hints at a cost consideration but provides no direct guidance on selection criteria or exclusions.

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

robinx_verdictToken buy-risk verdictA
Read-only
Inspect

Composite BUY-RISK verdict for a Robinhood Chain memecoin: deployer reputation + insider-distribution flags + on-chain activity → signal (trusted/mixed/avoid/serial_spammer/new_deployer) with reasons. Works on a token that launched seconds ago (scores WHO deployed it). (paid $0.02 — see instructions)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken contract address 0x…
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral traits: it combines multiple data sources, mentions a cost of $0.02, and emphasizes it works on very new tokens. This provides useful context beyond annotations.

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 a single, well-structured sentence that front-loads the core purpose, lists input factors, specifies output format, and includes a key usage characteristic and cost note. No unnecessary 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?

Given no output schema, the description adequately explains inputs (deployer reputation, insider flags, on-chain activity) and outputs (signal with reasons and possible values). It also mentions the cost and applicability to new tokens. Lacks mention of prerequisites or additional constraints.

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%, so the schema already describes the single 'token' parameter as a contract address. The description adds no further parameter details, meeting the baseline of 3.

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 the tool's purpose: providing a composite BUY-RISK verdict for a Robinhood Chain memecoin by combining deployer reputation, insider-distribution flags, and on-chain activity to output a signal (trusted/mixed/avoid/serial_spammer/new_deployer) with reasons. This distinguishes it from sibling tools that provide individual components (e.g., robinx_deployer, robinx_token).

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 specifies that the tool works on tokens that just launched ('seconds ago'), indicating its suitability for new tokens. It also implies a composite verdict versus individual data points, but does not explicitly list when to use this versus alternatives or state exclusions.

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

robinx_walletWallet reputationA
Read-only
Inspect

Free wallet reputation for any Robinhood Chain address: its deployer record (launched/real/dead + score) AND insider-flow history — whether it acquired token supply off-market, how much WETH it realized from that supply, and where it ranks among wallets flagged insider-linked. The "who is this wallet" call.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address 0x…
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by detailing the specific data returned (deployer record, insider-flow history, WETH realized, ranking), though it could mention data freshness or rate limits.

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?

Two sentences effectively summarize the tool's purpose and output, with no wasted words. The key information is front-loaded.

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 simple query tool with one parameter and no output schema, the description adequately covers what the tool returns. A brief note on response format would improve completeness, but it is sufficient as-is.

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?

With 100% schema coverage for the single parameter 'address', the schema already documents it. The description does not add further meaning beyond 'Wallet address 0x…', hence a baseline score of 3 is appropriate.

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 the tool provides 'free wallet reputation for any Robinhood Chain address' including deployer record and insider-flow history, and labels it as the 'who is this wallet' call, which distinctly separates it from sibling tools like robinx_token or robinx_deployer.

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?

The description implies usage for checking wallet reputation but does not specify when to use this tool versus alternatives or provide any exclusions, leaving the agent to infer context.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    An MCP server providing EVM-native on-chain trading intelligence for Robinhood Chain (chain id 4663), including real-time KOL trades, DEX trade tape, token discovery, and deployer reputation.
    Last updated
    720
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server providing x402-paid tools for tokenized stock data on EVM chains, including premium/discount, liquidity, whale activity, and a guarded trading wrapper for Robinhood Chain.
    Last updated
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.