Skip to main content
Glama

contract_security_screener

Audits EVM token contracts for blacklists, honeypot traps, and tax anomalies (Honeypot.is API).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chain_idNo
token_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/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 disclosing behavior. It names the external API (Honeypot.is) and the audit dimensions, but it does not disclose network-call side effects, rate limits, authentication needs, or failure behavior if the token is invalid. This is a significant gap for an external API-based tool.

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

Conciseness5/5

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

Single sentence with no filler; the verb, target, checks, and API source are all packed efficiently. Front-loaded with the action and scope.

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 two-parameter tool with an output schema, the description covers the core purpose and audit scope, and the output schema handles return values. However, it omits chain_id semantics and any usage caveats, and the lack of annotations leaves behavioral context thin; adequate but with clear gaps.

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. It gives token_address context by mentioning token contracts, but it says nothing about chain_id, its default, or how chain selection affects the audit. The description adds almost no parameter-level meaning beyond the raw schema.

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

Purpose5/5

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

The description opens with the specific verb 'Audits' and names the resource (EVM token contracts) and the three checks performed (blacklists, honeypot traps, tax anomalies). This clearly differentiates it from sibling tools like dex_liquidity_router and cross_chain_bridge_optimizer, which address trading/infrastructure rather than security auditing.

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 the tool should be used when a token needs security screening before engagement, but it never says when not to use it or names alternatives. Sibling tools are different enough that no exclusion is needed, yet there is no explicit guidance on prerequisites such as supported chains or token formats.

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.

Resources