Skip to main content
Glama

Server Details

Version-true web3 docs, ABIs and human-validated integration recipes over MCP.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
FarseenSh/web3ctx
GitHub Stars
0
Server Listing
web3ctx

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search, fetch, dependency, lookup, and grep. The explicit 'does not' statements further eliminate any ambiguity, making misselection virtually impossible.

Naming Consistency5/5

All tools follow a uniform web3_verb pattern (deps, fetch, grep, lookup, search), which is predictable and aids quick comprehension of each tool's function.

Tool Count5/5

With exactly 5 tools, the set is well-scoped for a specialized Web3 context server. Each tool serves a distinct need without redundancy, and the count fits comfortably within the ideal range.

Completeness5/5

The tools cover the full lifecycle of querying Web3 data: search to find selectors, fetch to retrieve bodies, deps for dependencies, and lookup for typed records. No obvious gaps exist for the stated read-only purpose.

Available Tools

5 tools
web3_depsDependency closureB
Read-only
Inspect

Dependency closure around a selector. Does not follow calls across projects.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNo
kindsNo
selectorYes

TDQS

B3.4/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, so the description only needs to add behavioral context. It does add one useful constraint—does not follow calls across projects—but does not disclose other behaviors like traversal direction, cycle handling, or what the returned dependency closure 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.

Conciseness5/5

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

Two short sentences with no filler. The core purpose is front-loaded, and the key limitation follows immediately. Every word earns its place.

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 tool is simple in schema complexity, but there is no output schema and no parameter descriptions. The description leaves important gaps: what kinds values are accepted, how depth interacts with the closure, what the return value looks like, and which sibling should be used for cross-project scenarios. This is insufficient for fully confident 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 for undocumented parameters. The phrase 'around a selector' gives some context for the selector parameter, but depth and kinds receive no explanation, and 'kinds' is especially ambiguous. The description does not materially reduce parameter misuse risk.

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 operation as computing a dependency closure anchored around a selector, and it clarifies an important boundary: it does not follow calls across projects. This distinguishes it from generic fetch/search/lookup siblings, though the description lacks an explicit verb making the action fully explicit.

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 implies when to use the tool: when you need dependency closure for a selector. It also gives an explicit exclusion: not for cross-project dependency traversal. It stops short of naming an alternative for cross-project cases, so it doesn't fully meet the bar for explicit alternatives.

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

web3_fetchFetch complete unitsA
Read-only
Inspect

Full bodies for selectors you already chose, or the next page of a cursor. Does not discover selectors.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNo
selectorsNo

TDQS

A4.4/5.0
Behavior4/5

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

With readOnlyHint=true already in the annotations, the description adds meaningful behavioral context: it returns full bodies, supports cursor-based pagination for the next page, and explicitly disclaims selector discovery. This goes beyond what the schema and 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.

Conciseness5/5

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

The description is two tight sentences with no filler: main purpose, pagination alternative, and exclusion are all packed in efficiently. The core behavior is front-loaded in the first sentence.

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 read-only tool with two optional parameters and no output schema, the description covers the return type, paging behavior, and the prerequisite that selectors be pre-chosen. The main gaps are whether cursor and selectors can be combined and where the cursor originates, but these are minor for this simple tool.

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?

Schema description coverage is 0%, so the description must compensate for the bare parameter names. It does: 'selectors' are described as previously chosen selector values, and 'cursor' is tied to fetching the next page. It still leaves details like mutual exclusivity and formatting unspecified.

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 verb and resource: it returns 'full bodies' for already-chosen selectors or the next page of a cursor. The closing exclusion, 'Does not discover selectors,' clearly separates it from discovery-oriented siblings like web3_search and web3_lookup.

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 phrase 'selectors you already chose' establishes that the tool is used after selector selection, and 'Does not discover selectors' states when it should not be used. It does not explicitly name which sibling should be used for discovery, so the routing is implied rather than fully explicit.

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

web3_grepExact identifier matchB
Read-only
Inspect

Exact lexical match on a known identifier. Does not rank semantically.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
patternYes
projectNo
versionNo

TDQS

B3.2/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds useful behavioral context: matching is exact/lexical, not semantic ranking. It does not disclose pagination, limiting behavior, or what happens when no match is found, but with the annotation covering side effects, the added value is adequate.

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?

Two short sentences, front-loaded with the core purpose and immediately followed by a differentiating clause. There is no filler, and every word contributes either to defining the match semantics or to distinguishing this tool from semantic search.

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, the description should explain what the tool returns, but it does not. It also omits how project and version filter results and how limit behaves. The tool is simple and read-only, but an agent would still need more context to invoke optional parameters correctly and interpret results.

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 clarifies that pattern should be a known identifier. The optional parameters limit, project, and version receive no explanation of their meaning, defaults, or interaction, leaving a significant gap for correct invocation.

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 verb and resource: it performs an exact lexical match on a known identifier, and explicitly distinguishes itself from semantic ranking. It is clear that this is a precise lookup tool, though it does not name the underlying web3 resource being searched.

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 usage for known identifiers requiring exact lexical matching, and the 'does not rank semantically' clause suggests it is not for fuzzy or semantic discovery. However, it never explicitly names an alternative such as web3_search or states when not to use this tool, so the guidance remains implied rather than directive.

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

web3_lookupLook up a typed recordA
Read-only
Inspect

Typed records by id: address, ABI, EIP. Does not search prose or rank.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
kindYes
chainNo
projectNo
versionNo

TDQS

A3.7/5.0
Behavior3/5

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

readOnlyHint is already true, so the safety profile is covered by annotations. The description adds a behavioral boundary: this is an exact typed-id lookup, not a search or ranking operation. It does not mention missing-ID behavior or result format, but that is a minor gap given the read-only annotation.

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?

Two short sentences deliver the main operation, the supported record types, and a key exclusion with no filler. The core information is front-loaded and every sentence 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 adequately covers the core lookup semantics and one key behavioral boundary for a read-only tool. It is less complete on optional parameter semantics and return behavior, and since there is no output schema, those details are left to inference.

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?

The description adds meaning for the two required parameters: 'by id' explains the id field, and 'address, ABI, EIP' maps directly to the kind enum. With 0% schema description coverage, this is valuable, but chain, project, and version remain entirely unexplained.

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 a precise operation (lookup by id) and a concrete resource set ('typed records: address, ABI, EIP'). The disclaimer 'Does not search prose or rank' clearly distinguishes it from the sibling search/grep 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 'by id' phrasing implies this tool is for exact-record lookups when an identifier is known, and the 'Does not search prose or rank' sentence gives a useful exclusion. However, it does not explicitly name an alternative tool or state a direct 'use this when...' condition.

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. 1 tool update
    • Changedweb3_fetch1 field changed
      • removedInput schema / anyOf
        Removed value: -[
        -  {
        -    "required": [
        -      "selectors"
        -    ]
        -  },
        -  {
        -    "required": [
        -      "cursor"
        -    ]
        -  }
        -]
  2. 5 tool updates
    • First observedweb3_deps
    • First observedweb3_fetch
    • First observedweb3_grep
    • First observedweb3_lookup
    • First observedweb3_search

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.