Skip to main content
Glama
This connector has been deprecated

I used the same url for two different postings.

Server Details

Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

C2.7/5.0

Scored across 15 tools

Disambiguation2/5

The four Aerodrome tools are distinct, but the web/data extraction cluster is overlapping: web_scraper, browser_scraper, extract_json, and render_screenshot all target web pages, and data_feeds and public_data_feed are similarly ambiguous. An agent could easily select the wrong scraper for a task.

Naming Consistency3/5

Naming is readable and descriptive, but conventions are mixed: some tools use verb_noun patterns like deploy_contract and extract_json, while others are noun phrases like web_scraper and smart_contract_verifier, and the Aerodrome tools use a domain-prefix style. The pattern is only predictable within small subgroups.

Tool Count4/5

At 15 tools, the count is at the upper end of the typical range and not excessive for a multi-purpose gateway. Several scraping-related tools overlap and could be consolidated, so it is slightly heavier than ideal but still manageable.

Completeness3/5

The set covers Aerodrome DeFi actions, contract deployment/verification, and a broad scraping toolkit, but the server name suggests a payment/escrow gateway and there are no payment lifecycle tools such as create/status/refund or on-chain management operations for deployed escrows. Within each cluster, core operations exist, so agents can work around most gaps.

Available Tools

15 tools
aerodrome_clammBInspect

Allows agents to open, adjust, and rebalance concentrated liquidity ranges on Aerodrome Slipstream ($0.01 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYes
token0No
token1No
tokenIdNo
tickLowerNo
tickUpperNo
amount0DesiredNo
amount1DesiredNo

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of disclosing behavior. It mentions opening, adjusting, and rebalancing ranges but does not disclose that this likely executes on-chain mutations, potentially requires authentication or wallet signing, may incur gas/fees, or has side effects on existing positions.

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 a single, concise sentence that front-loads the core purpose. It is slightly padded by 'Allows agents to', but remains efficient and easy to parse.

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?

For a complex DeFi management tool with 8 parameters and no output schema or annotations, the description is too sparse. It omits action-specific prerequisites (e.g., needing an existing tokenId for adjust/collect), return behavior, and on-chain execution implications.

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

Parameters2/5

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 explain the parameters. It vaguely hints at ranges and actions, but does not clarify token0, token1, tickLower, tickUpper, amount0Desired, amount1Desired, or tokenId. The action enum is in the schema but not semantically elaborated in the 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 names specific actions ('open, adjust, and rebalance') and a specific resource ('concentrated liquidity ranges on Aerodrome Slipstream'). It clearly distinguishes this tool from siblings like aerodrome_swap and get_aerodrome_yields by focusing on liquidity range management rather than swapping or yield lookup.

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?

Usage context is implied: an agent would call this when managing concentrated liquidity positions on Aerodrome. However, there is no explicit guidance on when to use this tool versus alternatives such as aerodrome_swap or get_aerodrome_yields, and no exclusion criteria.

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

aerodrome_swapCInspect

Executes low-slippage token swaps directly via Aerodrome Finance Router on Base Mainnet ($0.01 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenInYes
amountInYes
isStableYes
tokenOutYes
decimalsInYes

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions 'low-slippage' and execution, but omits critical details such as slippage tolerance, potential reverts, gas costs, approval requirements, or the exact fee structure. For a financial transaction tool, this is insufficient transparency.

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 a single, front-loaded sentence that conveys the primary action quickly. However, it is so brief that it sacrifices necessary structure—there is no breakdown of steps, parameters, or behavior. It is concise but not 'appropriately sized' for a swap tool with this complexity.

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

Completeness1/5

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

Given the financial nature (token swaps), 5 parameters, no output schema, and no annotations, the description is drastically incomplete. It fails to explain return values, error behaviors, slippage handling, or any parameter details. An agent cannot call this tool correctly with the information provided.

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

Parameters1/5

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

The schema has 5 parameters with 0% description coverage. The description does not explain any parameter meaning, such as what amountIn represents (units, wei, decimals), why decimalsIn is needed, or what isStable controls. The tool description adds no value here, leaving agents to guess 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 a specific verb ('Executes'), a resource ('token swaps via Aerodrome Finance Router'), and a network context ('Base Mainnet'), with an example fee. It is easily distinguishable from sibling tools like get_aerodrome_yields (yields, not swaps) and other unrelated tools.

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 when to use the tool (for token swaps on Aerodrome) but provides no explicit guidance on when not to use it or what alternatives exist. It does not mention that get_aerodrome_yields might be more appropriate for yield-related tasks, nor does it state any prerequisites such as token approval or liquidity requirements.

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

aerodrome_veaeroCInspect

Automates $AERO locking, epoch gauge voting, and bribe reward harvesting on Aerodrome ($0.01 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYes
amountNo
tokenIdNo
lockDurationWeeksNo
poolVoteAddressesNo

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only summarizes high-level actions. It does not mention that these are likely on-chain mutating operations requiring signatures and gas, that lock changes may be irreversible, or that claiming bribes moves funds. The parenthetical '($0.01 USDC)' adds irrelevant noise.

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 short and reasonably front-loaded, but the price aside '($0.01 USDC)' is irrelevant and distracts from the operational content. The single-sentence format is acceptable but not tightly structured for swift parsing.

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?

This is a multi-action, likely state-changing tool with five parameters, no output schema, and no annotations. The description does not cover per-action behavior, parameter constraints, prerequisites, or expected results, so an agent cannot reliably invoke it beyond knowing which actions exist.

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

Parameters2/5

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 does not explain amount units, tokenId semantics, lockDurationWeeks meaning, or poolVoteAddresses format. It only loosely connects the parameters to locking, voting, and bribes, leaving the agent to rely mostly on parameter names and the action enum.

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 identifies the domain (Aerodrome), the asset ($AERO), and three concrete operation classes: locking, epoch gauge voting, and bribe harvesting. This distinguishes it from swap/liquidity/yield sibling tools, though the verb 'automates' is broad and the description does not explicitly name the sibling alternatives.

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?

There is no explicit guidance about when to use this tool versus aerodrome_swap, aerodrome_clamm, or get_aerodrome_yields. The intended use is only implied by the enumerated operations; no conditions, exclusions, or prerequisites are stated.

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

base_analyticsAInspect

Fetches Base 0x wallet balance and nonce stats ($0.002 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes

TDQS

A3.5/5.0
Behavior3/5

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

The description discloses a per-call cost ($0.002 USDC), which is useful behavioral information beyond the schema. However, with no annotations, it does not mention output format, error behavior, authentication requirements, or rate limits, leaving several behavioral details undisclosed.

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

Conciseness5/5

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

A single well-structured sentence conveys the core function and cost with no filler. The essential information is front-loaded, which is ideal for a simple one-parameter tool.

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

Completeness3/5

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

For a simple fetch tool, the description is adequate but not fully complete. It lacks an explanation of the return payload and any usage context relative to siblings, and there is no output schema to compensate.

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 0%, but the description partially compensates by implying the 'address' parameter is a Base 0x wallet address. It does not clarify the required address format or chain details explicitly, so the semantic guidance remains thin.

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 uses a specific verb ('Fetches') and names a precise resource: Base 0x wallet balance and nonce stats. This clearly differentiates the tool from siblings like web_scraper or pdf_extractor, which serve unrelated purposes.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives such as data_feeds or public_data_feed. The cost hint is present, but there is no explicit context for selection or exclusions.

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

browser_scraperCInspect

Unblockable JS-rendering browser scraper ($0.005 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations present, the description carries the full burden of disclosing behavior. It does reveal that the tool uses JS rendering and claims blocking resistance, plus a per-call price, but it omits response format, timeout behavior, rate limits, failure modes, and whether any side effects occur. This is thin coverage for an unannotated tool.

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 very short and front-loads the most useful differentiators before the price. It wastes no words, though it is so terse that it sacrifices usable guidance.

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?

Given the tool has no annotations, no output schema, and a single parameter with zero documentation, the description should compensate by explaining what is scraped, what the output looks like, and when it should be chosen over sibling tools. The current one-liner leaves these essential operational details implicit.

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

Parameters2/5

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

The only parameter, 'url', has no schema description and the tool description adds nothing about it. An agent can guess that 'url' is the target page to scrape, but the description does not clarify accepted schemes, redirects, rendering waits, or expected input formats, leaving the parameter's semantics under-specified.

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 identifies the tool as a 'browser scraper' and adds the meaningful qualifiers 'unblockable' and 'JS-rendering', which distinguish it from a generic web scraper. It lacks an explicit verb and does not specify exactly what is returned, but the core purpose is clear.

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 qualifiers 'unblockable' and 'JS-rendering' imply the tool should be used for dynamic or anti-bot-protected pages, providing a soft usage cue. However, it does not explicitly state when to prefer this tool over siblings like web_scraper or render_screenshot, and gives no exclusions.

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

data_feedsDInspect

Pre-scraped AI data feeds ($0.001 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
feedIdYes

TDQS

D1.8/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden, but it only mentions that the feeds are pre-scraped and cost $0.001 USDC. It does not disclose what happens when feedId is provided, whether any side effects occur, or what the response 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.

Conciseness2/5

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

The text is short, but it is an under-specified label rather than a concise tool description. It front-loads a useful cost detail but omits the necessary functional information, so brevity is not appropriate for the tool's needs.

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

Completeness1/5

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

For a tool with a required parameter, no output schema, and no annotations, the description is far too incomplete. An agent cannot determine what to pass, what will be returned, or how this tool differs from similar data-access siblings.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must explain the required feedId parameter. It does not: no source for feedId values, no format, no example, and no indication of how a caller would know a valid ID.

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

Purpose2/5

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

The description is a noun phrase ('Pre-scraped AI data feeds') with no action verb, so it mainly restates the tool name rather than explaining what the tool does (list, retrieve, or purchase feeds). It also does not distinguish this from the closely named sibling 'public_data_feed'.

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?

There is no explicit guidance about when to use data_feeds versus alternatives like web_scraper, browser_scraper, or public_data_feed. 'Pre-scraped' implies it is for already collected data, but this is left to inference rather than stated.

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

deploy_contractCInspect

Deploys custom escrow, bounty, or agent smart contracts to Base Mainnet ($5.00 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
contractTypeYes

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It does add useful context beyond the schema by revealing the target network and the $5.00 USDC fee, but it does not disclose that deployment is an on-chain, paid, likely irreversible side-effect action, nor what the tool returns (contract address, transaction hash) or what 'custom' deployment actually entails given the single enum parameter. This is a significant gap for a financially consequential action.

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 a single front-loaded sentence with no filler; the verb, resource, destination, and cost are all present. It could have used its limited space more accurately by aligning the contract types with the enum instead of listing 'agent', which slightly undercuts the otherwise efficient structure.

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?

The schema is simple (one enum parameter), which lowers the burden, but there is no output schema and no annotations, and the action involves a paid on-chain deployment. An agent still lacks knowledge of the return format, prerequisites (e.g., whether it needs a private key or funded wallet beyond the fee), failure modes, and side effects. The description/enum mismatch ('agent' vs. pendle/subscription) further risks incorrect invocation.

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

Parameters2/5

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 partially does. It names some contract types yet introduces an invalid value ('agent') not in the enum and omits two valid ones ('subscription', 'pendle'), which could cause an agent to attempt an invalid deployment. It adds the pricing context but gives no meaning to what each contractType does or how they differ.

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 uses a specific verb ('Deploys'), names a resource ('custom escrow, bounty, or agent smart contracts'), a destination ('Base Mainnet'), and a cost ($5.00 USDC), making it readily distinguishable from unrelated siblings like browser_scraper or pdf_extractor. However, the listed contract types conflict with the schema enum: it mentions 'agent' (not an allowed value) and omits 'subscription' and 'pendle'. The word 'custom' also overpromises given the only parameter is a fixed enum.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus related siblings such as smart_contract_verifier (verify vs. deploy) or base_analytics. There is no mention of prerequisites (e.g., wallet funding, network requirements) or any conditions that would select this tool over an alternative. The cost and network hints are incidental, not usage direction.

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

deploy_solana_contractAInspect

Programmatically initializes SPL Escrows, cNFT Badge Issuers, or Raydium Vaults on Solana Mainnet ($5.00 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
paramsNo
contractTypeYes

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden and adds meaningful behavioral context: the operation is a state-changing on-chain action, it costs $5.00 USDC, and it targets Solana Mainnet (permanent, real-value, irreversible) rather than a testnet. It does not cover prerequisites like wallet/funds, failure modes, or idempotency, but the cost and network disclosures are highly material for an agent deciding whether to invoke.

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

Conciseness5/5

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

A single tightly-phrased sentence that front-loads the action verb, enumerates the three supported contract types, and appends the two most operationally relevant facts (network and fee). There is no filler, no repetition of the tool name, and every phrase earns its place.

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?

The description is complete enough for tool selection: an agent can tell exactly when this is the right tool and roughly what it does. It falls short on invocation: 'params' is opaque, there is no output schema or description of what a successful deploy returns, and no mention of wallet or funding prerequisites. For a paid mainnet deployment with three distinct contract types, input and result behavior should be better specified.

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 0%, so the description must compensate, and it partially does: it translates the cryptic enum keys (spl_escrow, cnft_badge, raydium_vault) into human-readable contract type names. However, the 'params' nested object is never mentioned, leaving its content and per-type structure entirely to inference. The compensation is real 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 uses a specific verb ('initializes') with concrete resources ('SPL Escrows, cNFT Badge Issuers, Raydium Vaults') on an explicit network ('Solana Mainnet'). It names exactly three deployable contract types that map directly to the schema enum, and adds the operational detail of a $5.00 USDC fee. This unmistakably identifies it as the blockchain deployment tool among unrelated siblings like base_analytics and browser_scraper.

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 gives clear context for when to use this tool: whenever an SPL Escrow, cNFT Badge Issuer, or Raydium Vault needs to be created on Solana Mainnet. It does not explicitly state when-not-to-use scenarios or name alternatives, but the sibling set (analytics, scraping, data feeds) is so different in domain that an agent would not confuse them. The fee disclosure also implicitly signals a budget prerequisite.

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

extract_jsonBInspect

Extracts structured JSON data from web pages ($0.01 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions a cost, but does not disclose error behavior, success criteria, limits, authentication needs, or whether the extraction works on dynamic/JavaScript-rendered pages.

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 front-loaded sentence that communicates the core purpose and cost with zero wasted words. It earns its place.

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's simplicity (one parameter, no output schema, no annotations), the description provides the minimal essentials: input URL, output type, and cost. However, it lacks guidance on choosing between this and sibling scrapers, and it omits behavioral caveats that an agent would benefit from knowing.

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 0%, so the description must compensate. The phrase 'from web pages' clarifies that the single required 'url' parameter should point to a web page. This adds meaning beyond the schema's bare type string, but the description could still be more explicit about accepted URL formats or constraints.

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 uses a specific verb ('Extracts') and identifies both the resource ('web pages') and the output format ('structured JSON data'). It is clear about what the tool does, though it does not explicitly distinguish itself from sibling web-scraping tools like web_scraper or browser_scraper.

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 when to use the tool: when structured JSON needs to be extracted from a web page. However, it gives no explicit guidance about when not to use it or which sibling tools might be better alternatives for other scraping or parsing needs.

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

get_aerodrome_yieldsAInspect

Fetch live Aerodrome DEX pool yields, APYs, and TVL on Base Mainnet ($0.003 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries full behavioral disclosure responsibility. It does convey that the tool fetches live data and notes a $0.003 USDC cost, which is useful. However, it does not mention output format, refresh frequency, rate limits, or whether any external API dependency could affect behavior.

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 concise sentence that front-loads the core purpose. It adds the relevant network and cost detail without unnecessary fluff, making it easy to scan and understand.

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 parameterless read-only data fetch, the description covers what is returned (yields, APYs, TVL), where it operates (Base Mainnet), and the cost. It lacks explicit output-shape details, but the high-level return values are sufficiently described for an agent to form correct expectations.

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 there is no parameter semantics burden on the description. The empty input schema already conveys that no arguments are needed, making further explanation unnecessary.

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 names a specific action ('Fetch'), a specific resource ('Aerodrome DEX pool yields, APYs, and TVL'), and a specific network ('Base Mainnet'). It is clear enough to know what the tool does, though it does not explicitly distinguish itself from nearby siblings like base_analytics or data_feeds.

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?

The description provides no guidance on when to use this tool versus alternatives such as base_analytics, data_feeds, or public_data_feed. It does not state any exclusion criteria, prerequisites, or recommended use cases.

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

pdf_extractorAInspect

Extracts plain text preview from public PDF URLs ($0.005 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
pdfUrlYes

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It does add useful context: only public PDFs are supported, the output is a plain text preview, and there is a $0.005 USDC cost. It does not disclose failure behavior, size limits, or truncation details, which would be valuable.

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

Conciseness5/5

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

A single, well-structured sentence communicates the action, target, output type, and cost with zero filler. Every word contributes meaning.

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?

For a one-parameter tool, the description is minimally viable: it names the input and output type. However, without annotations or an output schema, it should also clarify what 'preview' means, how much text is returned, and what happens for invalid or inaccessible PDFs.

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 0% and the pdfUrl parameter has no description, so the description must compensate. It clarifies that the parameter should be a public PDF URL, but it does not specify additional format details, download-link requirements, or accessibility constraints.

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 uses the specific verb 'Extracts' with a clear resource: 'plain text preview from public PDF URLs'. This distinguishes it from sibling tools like web_scraper, extract_json, and render_screenshot, making the tool's purpose immediately obvious.

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 when to use the tool: when the target is a public PDF URL and plain text is needed. However, it does not explicitly state when not to use it or mention alternatives for non-PDF or private documents, leaving some routing judgment to the agent.

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

public_data_feedDInspect

Public attestation data feed JSON records ($0.0001 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
filenameYes

TDQS

D1.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does mention that the data is public and that records cost $0.0001 USDC, which are useful signals, but it does not describe access requirements, side effects, pagination, rate limits, or response characteristics.

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 very short, but this is under-specification rather than effective conciseness. It is a fragment without a clear statement of action or parameter semantics, so brevity does not compensate for the missing essential content.

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

Completeness1/5

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

With no output schema, no annotations, an undocumented parameter, and several potentially related sibling tools, the description is not nearly complete enough for an agent to confidently select or invoke the tool. It fails to explain input, output, cost trigger, or how it differs from data_feeds.

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

Parameters1/5

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

The schema has one required parameter, 'filename', with no description, and schema description coverage is 0%. The tool description does not mention 'filename' at all, so an agent cannot know whether it is a URL, a key, a path, or some other identifier.

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

Purpose2/5

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

The description is a noun phrase: 'Public attestation data feed JSON records ($0.0001 USDC)'. It identifies a resource and output format, but lacks any verb such as fetch, list, or retrieve, so an agent cannot be certain what action the tool performs. It also does not differentiate this from the sibling 'data_feeds' tool.

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?

There is no guidance on when to use this tool versus alternatives like data_feeds, extract_json, or web_scraper. The description merely states cost and data type, leaving the selection criteria entirely to inference.

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

render_screenshotBInspect

Captures rendered webpage screenshot image data ($0.01 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the page is 'rendered' and notes the cost, but does not describe output format, execution behavior, potential failures, or any side effects. This is thin behavioral context for an operation that produces image data.

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, focused sentence with no filler. The verb and resource are front-loaded, and the cost detail is included without distracting from the core purpose.

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?

For a single-parameter tool, the description is mostly adequate, but it leaves ambiguity about the output format (e.g., PNG, JPEG, base64) and whether any URL restrictions apply. The missing output schema means these details should have been in the description; an agent cannot reliably know how to consume the 'screenshot image data' result.

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 description coverage, the description must compensate for the undocumented 'url' parameter. It adds the context that the URL refers to a 'webpage', but it does not specify expected URL format, accessibility requirements, or what constitutes a valid input. The parameter name is self-explanatory enough to reach a baseline, but no additional semantics are provided.

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 uses a specific verb ('Captures') and a concrete resource ('rendered webpage screenshot image data'), making the tool's basic function immediately clear. It inherently differentiates itself from content-scraping siblings, though it does not explicitly name or contrast them.

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?

The description provides no guidance on when to use this tool versus alternatives like web_scraper or browser_scraper. There is no mention of suitability conditions, exclusions, or selection criteria, leaving the agent to infer usage purely from the tool's name and function.

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

smart_contract_verifierCInspect

Source code analysis, ABI fetching, and proxy validation ($0.02 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the $0.02 USDC cost, which is useful, but it does not mention whether the operation is read-only, what happens on failure, whether network/chain context is required, or any rate limits. The behavioral picture is incomplete.

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 a single compact sentence that front-loads the main capabilities and appends the cost. There is no filler or redundancy. It loses one point because the noun-phrase list is terse and would benefit from a clearer verb or structured phrasing.

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?

With no output schema and no annotations, the description should explain what the tool returns, any prerequisites, and the expected address context. It does none of these. The cost and capability list give a starting point, but an agent would still lack critical information needed to confidently invoke and interpret the tool.

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

Parameters2/5

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

The schema only defines a string 'address' with 0% description coverage, so the description must compensate. It does imply the address is a smart-contract address relevant to source/ABI/proxy verification, but it does not specify expected format, chain, checksumming, or whether the address must be verified first. This is partial but insufficient compensation.

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 names three concrete capabilities — source code analysis, ABI fetching, and proxy validation — and the tool name identifies the smart-contract domain. It clearly differentiates from the listed siblings, which are generic scraping/analytics tools. It loses a point for lacking an explicit verb and not defining what 'proxy validation' entails.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives, what preceding or subsequent steps are expected, or what conditions make it appropriate. The description simply lists capabilities and price, leaving the agent to infer usage context.

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

web_scraperCInspect

Scrapes web pages into clean markdown ($0.001 USDC)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

C2.8/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It reveals the output format and price, but does not mention whether JavaScript is executed, what URL schemes are accepted, failure behavior, rate limits, or access restrictions. This is insufficient for a scraping tool with an ambiguous sibling.

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 with no filler; the core action, output format, and cost are front-loaded. It is appropriately terse for a tool with only one parameter, though the brevity sacrifices needed guidance.

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?

For a tool with no output schema and no annotations, the description is too sparse to be self-sufficient. It omits the exact return shape, URL requirements, and when to prefer this over browser_scraper, so an agent lacks enough context to invoke it reliably in ambiguous situations.

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

Parameters2/5

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

The input schema has one 'url' parameter with 0% description coverage, and the tool description does not explain accepted URL formats or constraints. The property name and 'web pages' phrasing imply an HTTP URL, but no additional semantics are provided beyond the schema.

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

Purpose4/5

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

The description states a specific action ('scrapes') and a concrete output ('clean markdown'), so an agent understands roughly what the tool produces. However, it does not distinguish itself from the sibling 'browser_scraper', which likely has overlapping functionality, so full differentiation is missing.

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

Usage Guidelines2/5

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

No guidance is given for when to choose this tool over browser_scraper, render_screenshot, or pdf_extractor. The description provides no explicit conditions, exclusions, or alternative recommendations, leaving the agent to guess based on the tool name alone.

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.

  1. 2 tool updates
    • Addedaerodrome_clamm
    • Addedaerodrome_veaero
  2. 1 tool update
    • Addedaerodrome_swap
  3. 1 tool update
    • Changeddeploy_solana_contract2 fields changed
      • removedInput schema / properties / contractType / description
        Removed value: -"Solana program state architecture to initialize"
      • removedInput schema / properties / params / description
        Removed value: -"Parameters for initialization (e.g., mints, fee rates, merkle trees)"
  4. 1 tool update
    • Addeddeploy_solana_contract
  5. 1 tool update
    • Changeddeploy_contract1 field changed
      • changedInput schema / properties / contractType / enum
        Previous value: -[
        -  "escrow",
        -  "bounty",
        -  "subscription"
        -]New value: +[
        +  "escrow",
        +  "bounty",
        +  "subscription",
        +  "pendle"
        +]
  6. 1 tool update
    • Addeddeploy_contract
  7. 1 tool update
    • Addedget_aerodrome_yields
  8. 9 tool updates
    • First observedbase_analytics
    • First observedbrowser_scraper
    • First observeddata_feeds
    • First observedextract_json
    • First observedpdf_extractor
    • First observedpublic_data_feed
    • First observedrender_screenshot
    • First observedsmart_contract_verifier
    • First observedweb_scraper

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources