Skip to main content
Glama

Straelo Relay

Chain Contract Call

chain_contract_call

Execute a read-only EVM smart contract call on Ethereum or Base and return the normalized result without managing an RPC provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesHexadecimal EVM calldata.
chainYes
contract_addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/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 disclosure burden. It genuinely adds behavioral context: 'read-only' (no state mutation), 'normalized result' (output shape), and 'without managing an RPC provider' (operational trait). But it is silent on failure modes—reverted calls, malformed calldata, network errors—and on the exact form of the normalized result, which matters for a contract-call 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?

A single front-loaded sentence with zero filler. The key action, scope, and the distinctive promises (read-only, normalized, no RPC management) all appear immediately and economically. Every clause 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 there is no output schema and no annotations, the description must carry substantial weight. It covers core purpose and key behavioral traits well, but leaves significant gaps for a blockchain-call tool: how calldata should be ABI-encoded, the shape of the 'normalized result', and error/revert behavior. An agent would likely need to probe or guess these details.

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 only 33% (only 'data' is described as 'Hexadecimal EVM calldata'). The description must compensate but does not: 'Ethereum or Base' merely echoes the chain enum, and neither contract_address (address format, checksumming) nor data (ABI-encoding requirements) gains any meaning beyond the schema. Meaningful parameter gaps remain.

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?

States a specific verb ('Execute'), a precise resource ('read-only EVM smart contract call'), and a scoped target ('on Ethereum or Base'). It also discloses the distinguishing outcome ('return the normalized result'). The sibling set is entirely in unrelated domains (DNS, email, search, web), so this tool is unambiguous by contrast.

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 phrase 'without managing an RPC provider' gives situational context that implies when this tool is useful, and 'read-only' implicitly restricts it to query-style calls rather than state-changing transactions. However, it never states explicit when-to-use vs. when-not-to conditions, nor does it name any alternative (there is no EVM sibling to route to, so the exclusion is unstated).

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