DESK LEAD x402 — high-ticket packs $50/$100/$150
Server Details
~17 tools; HT packs $50/$100/$150. tools/list free; tools/call USDC Base x402. Not financial advice.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Score is being calculated.
Available Tools
17 toolsblockBRead-onlyInspect
Latest block tip via eth_blockNumber. 0.01 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| network | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as read-only and open-world, and the description adds the practical detail that it costs 0.01 USDC and uses the eth_blockNumber RPC method. There is no contradiction, and no hidden mutation or side effect is implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core information is front-loaded in a single clear sentence: 'Latest block tip via eth_blockNumber.' The added cost note is useful, though 'Not financial advice' is extraneous and slightly reduces focus.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description gives the essential purpose and cost but omits how the network parameter behaves (especially 'both'), whether the result is a single block number or per-network values, and when to prefer this over sibling tools. For a simple one-parameter read-only tool this is mostly adequate, but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not mention the network parameter at all, despite the schema exposing an enum of bsc/base/both. It also fails to explain what 'both' returns or whether network has a default. With 0% parameter coverage in the description, the agent has no semantic guidance beyond the raw enum values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool returns the latest block tip via eth_blockNumber, so the main operation is obvious. It does not explicitly differentiate this tool from sibling tools like gas or tx_status, but the resource and verb are clear enough.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus its siblings, such as gas, pair_digest, or tx_status. The description also does not explain when to select particular network values or exclude cases. The only extra sentence is 'Not financial advice', which is not usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
briefBRead-onlyInspect
BSC pin-universe research brief (WBNB/XRP/USDC). 0.50 USDC. No financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds a cost ('0.50 USDC') and a 'No financial advice' caveat, which are useful, but it does not explain what the brief contains or how the open-world/dynamic nature manifests.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely terse, with no filler or redundant restatement of the tool name. Each fragment adds information: scope, assets, price, and a disclaimer.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-input, read-only tool, the description conveys the essential product framing, cost, and disclaimer. Still, 'pin-universe' is unexplained, and with no output schema the description is the only source for expected return behavior, so more detail about what a research brief contains would be valuable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema coverage is 100%, so there is no parameter burden for the description to carry. The baseline for a no-parameter tool is 4, and the description does not need to compensate for schema gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a deliverable ('research brief') and a scope (BSC, WBNB/XRP/USDC), so an agent can roughly tell this produces research content. However, it lacks an explicit verb and leaves 'pin-universe' undefined, and it does not distinguish itself from sibling research-like tools such as pair_digest or token_safety.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to invoke this tool versus the alternatives. The cost and disclaimer give context, but the description never states what situations call for a 'brief' or which sibling it should be preferred over.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
bsc_yieldBRead-onlyInspect
BSC DefiLlama yield digest. Optional asset. 0.25 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Filter asset e.g. USDC |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and open-world behavior. The description adds a 0.25 USDC cost and a 'not financial advice' disclaimer, which are useful extra behavioral notes, but it does not disclose output format, data freshness, or what the digest actually contains.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loads the core purpose, and adds the cost in a clear way. 'Not financial advice' is boilerplate but not harmful. It is appropriately sized for a simple tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one optional parameter and full schema coverage, the description is nearly sufficient. However, it omits what a 'digest' returns and how to interpret the output, which an agent would need to confidently use the results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully documents the single optional parameter with an example ('USDC'). The description only repeats that the asset is optional and adds cost context, which does not enhance the semantic understanding of the parameter beyond what the schema provides. Baseline 3 applies with 100% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource (BSC DefiLlama yields) and deliverable (a digest), which conveys the tool's function without needing a verb. It does not explicitly distinguish it from sibling digest tools, but the resource name is specific enough to be unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 instead of siblings like pair_digest or pm_digest. The only usage hint is that the asset is optional, but there is no context, exclusions, or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
desk_pack_100BRead-onlyInspect
High-ticket pack: pack-50 + token-safety (3 pins) + bsc-yield top + pm-digest summary. 100.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the description doesn't need to restate safety. It adds context by listing the pack components, which implies the tool aggregates results from those sub-tools. However, it doesn't disclose what the actual output structure is or any side effects beyond the disclaimer. Since annotations cover the read-only nature, the description adds modest value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that front-loads the key selling point ('High-ticket pack') and then lists components. No filler or redundant phrasing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given it's a bundle tool with no output schema, the description should explain what the tool returns. It lists the included components, which allows inference that it returns combined results, but it never explicitly states the action or output. The pricing and disclaimer are extra context. For a simple pack definition, this is acceptable but not exhaustive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the schema covers everything trivially (100% coverage). The description correctly adds no parameter details because none exist. The baseline of 4 applies for a parameterless tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a high-ticket pack and enumerates its components (pack-50, token-safety, bsc-yield, pm-digest). It distinguishes itself from the sibling desk_pack_50 by adding 'high-ticket' and listing additional features. Though it lacks a verb like 'returns' or 'provides', the resource and composition are evident.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to choose this pack over alternatives such as desk_pack_50 or individual tools. It does not state conditions like 'use when you need all these services' or any exclusion criteria. The disclaimer 'Not financial advice' is not a usage directive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
desk_pack_50BRead-onlyInspect
High-ticket pack: pin-spot + gas + pair-digest summary + token-meta (WBNB/XRP/USDC) + brief excerpt. 50.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the description does not need to re-assert safety. It adds useful context: the pack costs 50.00 USDC and includes a financial disclaimer. However, it does not describe return behavior, execution flow, or any side effects beyond the read-only nature covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence that front-loads the pack identity, lists components, states the price, and adds a disclaimer. Every element earns its place with no redundant wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-input, read-only bundle, the description is adequate but incomplete: an agent knows what components are included and the price, but not what 'brief excerpt' refers to or when the 50.00 USDC pack should be preferred over desk_pack_100 or a retainer. There is no output schema to compensate, leaving some selection ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters with 100% coverage, so there is nothing for the description to document. The baseline for zero-parameter tools applies, and no param-related deficiency exists.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource as a 'high-ticket pack' and enumerates its components (pin-spot, gas, pair-digest summary, token-meta for WBNB/XRP/USDC, brief excerpt), which distinguishes it as a specific bundle. It also differentiates via the 50.00 USDC price from likely sibling desk_pack_100, though it lacks a true verb phrase.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to choose this pack versus alternatives such as desk_pack_100, desk_retainer_day, or individual component tools. 'High-ticket' hints at a use case but does not state conditions, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
desk_retainer_dayCRead-onlyInspect
Day retainer desk pack: pack-100 + generated_at + 24h validity window + disclaimer. 150.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, but the description adds behaviorally significant context: the pack has a generated_at timestamp, a 24h validity window, and a 'not financial advice' disclaimer. This tells the agent that the content is time-bound and advisory-constrained, which is more than the annotations alone convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded, which is good, but it relies on cryptic shorthand ('pack-100 + generated_at + 24h validity window') and does not earn its space with a plain statement of purpose. It is concise in length but not in clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Even though the tool is simple (one optional parameter) and annotations cover safety, the overall description is incomplete: an agent still cannot tell what the returned pack is used for, what the price reflects, or how the format parameter changes behavior. The provided bits—price, disclaimer, validity—do not make the tool callable with confidence.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not mention the only parameter, format, at all. The schema provides just an enum (json/html) with no explanation, and the description does not compensate by saying how format changes the result or which one is expected. The agent gets no help on this parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description contains no verb and reads like a product spec rather than a tool action: 'Day retainer desk pack: pack-100 + generated_at + 24h validity window + disclaimer.' It names a resource but not what the tool does with it, leaving the agent to guess whether it fetches, constructs, or lists this pack.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus its siblings desk_pack_100, desk_pack_50, or any other tool. The word 'Day' implies a time-based variant, but the description never contrasts it with alternatives or states a preferred use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gasARead-onlyInspect
Dual-rail gas oracle (BSC+Base). Optional network. 0.10 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Which rail(s) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only and open-world behavior; the description adds meaningful context by disclosing the 0.10 USDC cost and disclaiming financial advice. It does not fully explain result behavior, but the read-only annotation lowers the burden and the cost/disclaimer are genuinely informative beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded: 'gas oracle' immediately identifies the domain, then scope, options, pricing, and disclaimer follow. Every phrase serves a purpose; the lack of illustrations or filler bloats no size.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Description is adequate for a simple read-only tool with one optional enum parameter, but there is no output schema and the description does not explicitly state what the returned gas data looks like. 'Gas oracle' implies the data shape, and the cost is clear, but an agent calling blindly still has uncertainty about return format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the enum network parameters are already well documented; the description's 'Optional network' adds little beyond the schema. The description does advertise the dual network concept, which explains the enum, but does not delve into defaults or rail-specific output differences.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource, a gas oracle, and its supported rails (BSC+Base), which is enough to distinguish it from the listed siblings. It stops short of a 5 because it has no explicit verb stating what the tool returns, so 'oracle' still implies the behavior rather than stating it.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus alternatives, nor any exclusion such as 'use native_balance instead for wallet balances.' The optional-network note is useful but describes input selection, not when to pick this tool over a sibling.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
memecoin_scoreBRead-onlyInspect
Rule-based memecoin score. Requires token. 1.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token address |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, covering the basic safety profile. The description adds '1.00 USDC' (likely a cost per call) and a 'Not financial advice' disclaimer, which are useful behavioral clues. However, it does not describe output format, error behavior, or any rate limits, so it only partially goes beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very brief (three short sentences) with no wasted words. It front-loads the core purpose and then adds cost and disclaimer. It is not formally structured but is efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema, the description should explain what the score represents, its range, or how it should be interpreted. It only says 'score' without details. The cost and disclaimer are useful, but the lack of output semantics makes it incomplete for an agent to know what to do with the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the schema already documents 'token' as a token address. The description only repeats 'Requires token' without adding any nuance about address format, examples, or edge cases. Baseline 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Rule-based memecoin score' which clearly identifies the resource (a score for memecoins) and the method (rule-based). It is not a tautology and provides a specific purpose, though it doesn't elaborate on what the score represents (e.g., risk, quality) or how it differs from sibling tools like token_safety or pair_digest.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 the many siblings. It only states that a token is required and mentions a cost of 1.00 USDC, which is a prerequisite but not a selection criterion. There is no mention of alternatives or conditions that would favor this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
native_balanceBRead-onlyInspect
Native balance + nonce (BSC/Base). 0.01 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| network | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds contextual value by noting a cost of 0.01 USDC and the disclaimer 'Not financial advice'. This goes beyond the safety profile provided by annotations, alerting the agent to a financial cost and a caveat. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely brief and front-loaded with the core purpose. Every fragment ('Native balance + nonce', 'BSC/Base', '0.01 USDC', 'Not financial advice') adds distinct information without redundancy. It is a model of conciseness, though it sacrifices completeness for brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 clarify what the agent will receive (e.g., balance value, nonce, network). It does not. It also leaves the '0.01 USDC' ambiguous (is it a fee, a minimum, a cap?) and lacks any mention of error cases or rate limits. For a read-only tool with only two parameters, a bit more detail would make it complete, but current gaps leave the agent uninformed about return format and pricing semantics.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should compensate by explaining parameters. It only implies the 'network' parameter via 'BSC/Base' but does not mention the 'address' parameter or its requirement, nor the 'both' option for network. The description adds minimal semantic value over the raw schema, leaving the agent to guess how to populate parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific resource ('Native balance + nonce') and scope ('BSC/Base'), which distinguishes it from sibling tools like 'gas' or 'wallet'. It does not use an explicit verb like 'get' or 'fetch', but the intent is clear enough. The network scope adds differentiation, so slightly above average.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context that the tool works on BSC and Base networks, which hints at when to use it (for native balance on those chains). However, it does not explicitly mention when not to use it or point to alternatives. There is no comparison to siblings, so usage guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pair_digestBRead-onlyInspect
DexScreener liquidity digest for desk pins. 0.25 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional token filter |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, so the description does not need to restate safety. It does add useful context: the data source is DexScreener and the tool costs 0.25 USDC. However, it does not describe what happens with no token filter, any external dependency behavior, or what the output looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, front-loaded with the core purpose, followed by cost and disclaimer. There is no fluff or repetition; every sentence carries distinct information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one optional fully-documented parameter, the description is nearly sufficient, but it leaves key gaps: 'desk pins' is undefined, the return value is not described despite no output schema, and there is no hint about how a token filter is supplied. It is adequate for invoking with no arguments, but not fully self-contained.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the only parameter, token, which is already documented as an 'Optional token filter'. The description adds no additional meaning about token format, allowed values, or how filtering behaves, so it provides no value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a resource ('DexScreener liquidity digest') and an intended audience ('desk pins'), but it uses no explicit verb and never states what the digest actually contains or what the agent can do with it. 'Digest' restates the tool name and the 'desk pins' context is unexplained, so the purpose is only vaguely clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool instead of a sibling such as pm_digest or token_meta, and no exclusions or alternative conditions are given. The cost '0.25 USDC' is a fact, not usage guidance, and 'Not financial advice' does not help an agent decide when to call it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pin_spotBRead-onlyInspect
DexScreener USD spot for desk pins (WBNB|XRP|USDC). 0.05 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the basic safety profile is covered. The description adds '0.05 USDC' and 'Not financial advice,' which offer some extra context, but it does not disclose return shape, rate limits, or what the 0.05 USDC amount actually represents. No contradiction with annotations exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded, with the core function in the first sentence. It remains concise, though the terms 'desk pins' and '0.05 USDC' are unexplained, making the text slightly cryptic.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter read-only spot-price tool, the description is minimally adequate: 'DexScreener USD spot' implies the return value is a USD spot price. Still, with no output schema, it would be safer to state explicitly what the tool returns and clarify the 0.05 USDC reference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, but the schema itself has an enum for symbol, and the description repeats the valid values. It also connects the parameter to the USD spot context, which helps an agent infer that 'symbol' selects the asset to quote. However, it does not explain optionality when no symbol is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific resource (DexScreener USD spot) and narrows the scope with the allowed symbols WBNB, XRP, and USDC. It lacks an explicit verb like 'get' or 'fetch,' but the meaning is clear enough for an agent to infer that this tool returns a USD spot price.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus siblings such as pair_digest, memecoin_score, or native_balance. The phrase 'for desk pins' provides only weak context, and no exclusions or alternative-routing hints are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pm_digestARead-onlyInspect
Prediction-intel digest (Polymarket + Kalshi). 1.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the description adds value by noting the 1.00 USDC cost and the 'not financial advice' caveat. It does not explain whether repeated calls re-charge or what the side effects of payment are, but it does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three short fragments, each carrying relevant information: what the tool produces, its sources, its price, and a disclaimer. There is no filler or redundant wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only, open-world tool with no output schema, the description gives the essential context: domain, sources, and price. It leaves the output format implied, but that is a minor gap for such a simple digest tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema is complete and there is nothing for the description to explain. Baseline 4 applies because parameter semantics are not needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource: a prediction-intel digest sourced from Polymarket and Kalshi. It is clear enough to distinguish from sibling tools like pair_digest, though it lacks an explicit action verb or direct statement of what the tool returns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus alternatives. The description does not mention sibling tools, conditions, exclusions, or any decision criteria beyond the implied domain of prediction-market intelligence.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pons_filterCRead-onlyInspect
Read-only Pons launch filter. Optional token. 1.00 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional Pons token 0x… |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers the safety profile, so the description adds '1.00 USDC' and 'Not financial advice.' However, these fragments are ambiguous—does the tool charge 1 USDC, filter by a 1.00 USDC threshold, or display a price? It does not clarify what the filter actually does or what the output represents.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loads the read-only filter phrase, but '1.00 USDC' and 'Not financial advice' are cryptic fragments that create more ambiguity than they resolve. It is under-specified rather than efficiently concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no explanation of return values or what a 'Pons launch filter' does, the description is incomplete for an agent deciding whether to call it. The low parameter count lowers the bar, but the core semantics remain undefined.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single optional token parameter. The description merely repeats 'Optional token' without adding format specifics, examples, or behavioral meaning, so it stays at the baseline for fully covered schemas.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific resource and domain ('Pons launch filter') and declares it read-only, but it lacks an explicit verb/action. It's unclear whether the tool lists, scores, or filters launches, and the phrase does not clearly distinguish it from siblings like memecoin_score or token_safety.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus sibling alternatives. The only usage hint is 'Optional token,' which is already evident from the schema; there are no stated conditions, exclusions, or recommended contexts.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
token_metaBRead-onlyInspect
ERC-20 name/symbol/decimals via eth_call. 0.02 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| network | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true. The description adds that the lookup is done via eth_call and mentions a 0.02 USDC cost, but the cost is not explicitly framed as a fee and no error or edge-case behavior is disclosed. This adds moderate value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core statement is brief and front-loaded, but 'Not financial advice' is boilerplate that does not help an agent select or invoke the tool. '0.02 USDC' is useful but ambiguous without the word 'fee' or 'cost'.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter read-only tool, the description covers the purpose, method, and expected data fields. However, with no output schema and no clarification of the USDC charge or failure behavior, it is not fully complete, though the annotations reduce the safety burden.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It implies token is an ERC-20 contract and network is the chain on which eth_call runs, but it does not explicitly map parameters or explain value formats beyond what the schema already provides through pattern and enum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource (ERC-20 token) and the returned data (name/symbol/decimals), and indicates the method (eth_call). It clearly separates this from siblings like token_safety or memecoin_score, though it does not use an explicit verb such as 'fetch' or 'get'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to use this tool versus token_safety, pair_digest, or other siblings. The description states what it does but not the context in which an agent should prefer it, nor any exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
token_safetyCRead-onlyInspect
GoPlus token safety. Requires token + network. 0.05 USDC. Attribution: GoPlus.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| network | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint, and the description adds cost (0.05 USDC) and attribution (GoPlus), which are useful behavioral traits not reflected in the schema. However, it does not clarify what 'safety' means operationally (e.g., what checks are performed or what kind of output to expect), so transparency remains incomplete.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded: it states the purpose, required parameters, cost, and attribution in a compact form. Every clause earns its place, though it sacrifices detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 explain what the agent can expect back, but it only says 'token safety' without describing return values or how the result should be interpreted. It also does not explain network-specific behavior or the significance of the 0.05 USDC fee beyond stating it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, but it only repeats that token and network are required without explaining their meaning. The schema's pattern and enum provide some mechanical validation, but the description does not clarify what token addresses or network values represent in the context of the GoPlus safety check.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'GoPlus token safety' identifies the general domain (token safety via GoPlus) but does not state exactly what kind of safety information is returned or what action the tool performs. It is more of a label than a precise functional description, and it does not disambiguate from sibling tools like memecoin_score or pair_digest.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions required inputs ('Requires token + network') but provides no guidance on when to use this tool versus other token-related siblings such as memecoin_score or pair_digest. There is no context about what scenarios warrant a safety check or how to interpret results.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tx_statusBRead-onlyInspect
Tx receipt/status via public RPC. 0.02 USDC. Not financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| tx | Yes | Transaction hash 0x…64 | |
| network | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint and openWorldHint, and the description adds useful behavioral context: it uses a public RPC and charges 0.02 USDC. These are meaningful operational traits beyond the annotations, though payment mechanics and failure modes are not disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose, followed by cost and a disclaimer. 'Not financial advice' is not operationally useful, but the overall structure is efficient and easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only lookup with annotations covering safety, this is minimally adequate: the purpose and cost are stated. However, there is no output schema and the description only vaguely implies return shape via 'receipt/status'; payment mechanics and failure behavior are also unstated.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema documents tx with a format description, and the network enum values bsc/base are self-explanatory. The tool description itself does not add parameter-level meaning, but with only two simple parameters and partial schema coverage, an agent can still invoke the tool correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource (transaction receipt/status) and the mechanism (public RPC), so an agent can tell this tool is for checking transaction status. However, it lacks an explicit verb such as 'get' or 'check', and it does not differentiate itself from sibling tools beyond the resource name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to use this tool versus alternatives like token_meta or gas. 'Via public RPC' hints at public transactions, but the description does not state when to choose this tool, when not to, or what alternatives exist.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
walletBRead-onlyInspect
On-chain wallet intelligence for one BSC address. 1.00 USDC. No financial advice.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | BSC wallet address (0x…) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey readOnlyHint=true and openWorldHint=true. The description adds a small amount of context via '1.00 USDC' (likely cost) and 'No financial advice' disclaimer, but it does not describe what the wallet intelligence includes, rate limits, or any side effects. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, no filler, front-loaded with the core purpose, followed by cost and disclaimer. Every sentence carries distinct information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter) and the annotations cover safety/openness, but the description does not specify what 'wallet intelligence' actually returns or when it should be chosen over sibling tools. Adequate for the minimal input schema, yet leaves the output behavior open to interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema fully documents the address parameter with pattern and description. The description repeats 'BSC address' but adds no new semantic detail, matching the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool is for 'on-chain wallet intelligence for one BSC address', which identifies the resource but not a specific action or output. It is not tautological, but 'wallet intelligence' is vague and does little to distinguish it from sibling tools like native_balance or brief.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 is provided. The only contextual clue is that it handles a single BSC address, which is implicit scope rather than explicit usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
17 tool updates
- First observed
block - First observed
brief - First observed
bsc_yield - First observed
desk_pack_100 - First observed
desk_pack_50 - First observed
desk_retainer_day - First observed
gas - First observed
memecoin_score - First observed
native_balance - First observed
pair_digest - First observed
pin_spot - First observed
pm_digest - First observed
pons_filter - First observed
token_meta - First observed
token_safety - First observed
tx_status - First observed
wallet
Related MCP Connectors
Twelve tools: token, wallet, contract and site security. Two free, the rest $1 in USDC over x402.
13 paid x402 tools, USDC/Base. Free check: GET /preview<path>=200 sample. Copy-paste pay: /llms.txt
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health.
Related MCP Servers
FlicenseNot gradedqualityCmaintenance43 x402-enabled API tools — DeFi, wallet security, AI/ML, developer tools, SEO. Pay-per-call USDC on Base via x402 protocol.-
hyperd-mcpofficial
AlicenseAqualityCmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23211MIT- AlicenseNot gradedqualityCmaintenanceProvides real Bitcoin full node data via 17 tools, with pay-per-call in USDC on Base mainnet. Free tools include blockchain info, fees, and mempool; paid tools enable transaction tracking, address analysis, and more.MIT
- AlicenseAqualityCmaintenanceMCP server providing Solana/crypto/macro tools (wallet scan, password breach, Jito tip, GitHub health, FRED series, Drift exposure, premium chapters) with x402 payment gating (USDC on Base) for 7 of 8 tools.15MIT