Skip to main content
Glama
alsk1992
by alsk1992

Link a Strata referral

strata_referral_link

Prepare or submit an externally authorized referral link for a new wallet using a wallet address and referral code, with optional authorization signature.

Instructions

Prepare or submit an externally authorized referral link for a new wallet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referralCodeYes
walletAddressYes
authorizationSignatureNo
Behavior3/5

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

Annotations already indicate readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds the notion of 'externally authorized' and 'for a new wallet,' which is useful context, but it doesn't disclose what happens during submit or what authorization is needed. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is a single sentence with no redundant words. However, it's under-specified, so it's concise at the expense of clarity.

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?

For a tool with three parameters and no output schema, the description is too sparse. It doesn't explain the prepare vs submit distinction, the need for authorizationSignature, or the expected outcome.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%. The description does not mention walletAddress, referralCode, or authorizationSignature, nor map them to roles. The title and text give only a weak hint about a new wallet and external authorization.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses 'Prepare or submit' which offers two possible actions rather than a single clear verb, and it doesn't distinguish this tool from sibling tools like strata_referral_claim or strata_referrals. It does identify the resource (referral link) and target (new wallet), so it's not a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool vs alternatives. The phrase 'externally authorized' implies a prerequisite but no explicit when-to-use or exclusion criteria.

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