Skip to main content
Glama

AI Agent Tokenized Stock OS

stocktoken_protocols

Return Uniswap Universal Router, PoolManager, WETH, USDG, and feed source metadata for Robinhood Chain 4663.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states what is returned but does not disclose any behavioral traits such as side effects, permissions, or rate limits. It implies a read-only operation, which is expected, but no further detail.

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 a single, clear sentence with no redundancy. It front-loads the key action and content, making it efficient for an agent to parse.

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 zero-parameter tool with no output schema, the description provides sufficient context by listing the specific metadata items returned. It is complete for its simplicity, though it could mention the output type (e.g., addresses, ABI) for extra clarity.

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 tool has no parameters and schema coverage is trivially 100%. The description adds no parameter info, which is acceptable as there are none to document. The baseline of 4 is appropriate.

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 clearly states the verb 'Return' and the specific resource: metadata for Uniswap Universal Router, PoolManager, WETH, USDG, and feed source on Robinhood Chain 4663. It is distinct from sibling tools that focus on actions like access, execution, or policy management.

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 does not provide explicit guidance on when to use this tool versus alternatives. While the purpose is clear, there is no mention of prerequisites, context, or when not to use it. It is adequate for a simple query tool but lacks explicit usage context.

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

C2.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some pairs (e.g., stocktoken_quote vs stocktoken_simulate, stocktoken_protocols vs stocktoken_find_pools) could cause confusion if descriptions are not read carefully.

Naming Consistency3/5

All tools share the 'stocktoken_' prefix, but the pattern is inconsistent: some use verb_noun (access_activate, execute_plan), others use single verb (get, list, simulate), and some use noun phrases (metrics, liquidity_matrix, morpho_deposit_plan).

Tool Count2/5

37 tools is high for an MCP server, covering access, subscriptions, sessions, tips, and trading. While many are needed for a full on-chain system, the count feels excessive and could be streamlined.

Completeness4/5

The server covers most major operations: listing, pricing, quoting, simulation, execution planning, liquidity, access control, and system management. Minor gaps exist (e.g., no broadcast tool, no explicit cancel/undo), but overall it's comprehensive.

Resources