Skip to main content
Glama
alsk1992
by alsk1992

Read Strata maker reputation

strata_market_making_reputation
Read-onlyIdempotent

Check a maker's reliability, participation, tier, and signed-quote eligibility in a market using their wallet address, with no signature required.

Instructions

A maker's reliability, participation, tier, and signed-quote eligibility in one market — public by wallet address, no signature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketIdYes
walletAddressYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds valuable context: the data is public by wallet address and requires no signature, and enumerates the specific reputation aspects returned. This enriches the agent's understanding beyond the annotations.

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?

One concise sentence that front-loads the core purpose (reliability, participation, tier, signed-quote eligibility) and adds key context (public, no signature). No filler or redundant content.

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 read-only tool with no output schema, the description sufficiently explains what the tool does, what data it returns, and the access requirement (public, no signature). It covers both parameters implicitly and is complete for the agent to understand the tool's role.

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%, but the description explicitly maps both parameters to their purpose: 'market' for marketId and 'wallet address' for walletAddress. It clarifies that access is public and no signature is needed, adding meaning beyond the schema's type/pattern constraints.

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 tool reads a maker's reputation metrics (reliability, participation, tier, signed-quote eligibility) for a single market. It is specific about the resource (maker reputation) and scope (one market), distinguishing it from siblings like strata_market_making_status which focus on status.

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?

It indicates the tool is read-only and public (no signature), which implies when to use it. However, it does not explicitly state when not to use it or mention alternatives, though the clear scope (maker reputation in a market) provides context for selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alsk1992/strata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server