Skip to main content
Glama

alphapipeline

security.token_diagnostic

Read-only

Use this tool for a single-call combined security check: runs security.token_risk and security.contract_health_audit in parallel against the same GoPlus data and returns both, plus a deduped union of risk_flags and a plain risk_flags_count. Deliberately does not compute a composite score or letter grade - every field is copied unchanged from the two underlying tools. Cheaper than calling both separately. Do not use for token unlock/vesting risk (use unlocks.dump_risk) or if you only need one of the two checks (call that tool directly and pay less). Paid in USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chain_idYesEVM chain id, e.g. 8453 for Base.
contract_addressYesToken contract address (0x...).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noticeNo
chain_idYes
risk_flagsYes
token_nameNo
buy_tax_pctNo
is_honeypotNo
is_mintableNo
checks_totalYes
data_sourcesYes
generated_atYes
holder_countNo
sell_tax_pctNo
token_symbolNo
lp_burned_pctNo
lp_locked_pctNo
is_open_sourceNo
owner_renouncedNo
checks_completedYes
contract_addressYes
liquidity_healthYes
risk_flags_countYes
top_unlocked_holder_pctNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds critical behavioral context: parallel execution, deduped union behavior, no composite score/letter grade, fields copied unchanged, cost advantage, and payment currency. No contradictions with annotations.

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

Conciseness4/5

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

The description is organized with the main purpose front-loaded, followed by behavior, alternatives, and cost. Every sentence adds value, though it is slightly long for a tool description. Still, no filler exists.

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

Completeness5/5

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

For a combined tool with output schema available, the description covers what the tool does, why it differs from alternatives, when not to use it, and key behavioral guarantees. Nothing critical is missing for an agent to select and invoke correctly.

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

Parameters3/5

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

Schema description coverage is 100%, with both parameters documented (chain_id with an example, contract_address format). The description adds slight context about 'same GoPlus data' but doesn't need to duplicate schema details. Baseline 3 is appropriate given full schema coverage.

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

Purpose5/5

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

The description states a specific purpose: a single-call combined security check running two named tools in parallel and returning both results plus a deduped union. It explicitly names the underlying tools and clearly differentiates itself from siblings like unlocks.dump_risk.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance ('single-call combined security check') and when-not-to-use guidance with named alternatives ('Do not use for token unlock/vesting risk (use unlocks.dump_risk) or if you only need one of the two checks'). This is exemplary routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.