Skip to main content
Glama

Aperture Wallet Knowledge

Search Aperture public knowledge

search
Read-onlyIdempotent

Search canonical public Aperture Wallet product facts, security guidance, supported-mainnet metadata, app-screen semantics, and Journal articles. Use this before answering an Aperture-specific question. This tool never searches user wallets or private account data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesNatural-language Aperture topic or question.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable behavioral context beyond that: it restricts the search to canonical public knowledge and explicitly states it never searches private account data. This is a meaningful privacy/scope disclosure that the annotations alone do not 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?

Three sentences, each earning its place: what the tool searches, when to use it, and what it will not search. The key scope is front-loaded, and there is no redundant filler or restating of the title.

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 broad search tool with only two parameters, an output schema, and safety-carrying annotations, the description is complete. It covers scope, usage timing, and a critical privacy boundary; anything else needed for invocation, such as response shape, is covered by the output schema.

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 schema already describes query as a natural-language Aperture topic, and the description reinforces this by listing the exact content categories and advising use before Aperture-specific questions. The limit parameter has no prose description, but its name, default, min, and max make its purpose inferable, so the coverage gap is minor.

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 specific verb ('Search') and resource ('canonical public Aperture Wallet product facts'), then enumerates the covered content domains: security guidance, supported-mainnet metadata, app-screen semantics, and Journal articles. This clearly differentiates it from the targeted sibling getters and listers by presenting it as a cross-cutting knowledge search.

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 an explicit when-to-use directive ('Use this before answering an Aperture-specific question') and a clear exclusion ('never searches user wallets or private account data'). It does not explicitly name alternative sibling tools for targeted lookups, but the usage context is strong enough that an agent can decide when to invoke it.

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.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools target distinct resource types (product, security, features, articles, networks, release, screens, entry points), with get_/list_ pairs clearly separating single-item retrieval from collection listing. The only mild ambiguity is between get_app_screen and list_app_entry_points, since both describe UI navigation surfaces, though their descriptions keep screen semantics vs entry-point catalogs separate.

Naming Consistency4/5

The dominant get_<singular> and list_<plural> pattern is clear and predictable for 10 of 12 tools. 'search' and 'fetch' break the noun-oriented pattern and are less descriptive of their distinct roles, but they are common enough verbs that the overall set remains readable.

Tool Count5/5

With 12 tools, the server is well-scoped for a wallet knowledge base: each get tool corresponds to a distinct knowledge category and list tools cover discoverability. No tool feels redundant, and the count is squarely in the appropriate range.

Completeness4/5

The surface covers the major knowledge domains an agent needs: product identity, security model, features, articles, supported networks, release info, app screens, and entry points, plus search/fetch for open-ended lookup. Minor asymmetries exist (e.g., get_app_screen has no listing counterpart, and list_app_entry_points has no single-item get), but these are workable through search.

Resources