Skip to main content
Glama
alsk1992
by alsk1992

Strata execution challenge

strata_execution_challenge

Obtain canonical quote-bound authorization bytes for an external signer to execute a trade on Strata markets.

Instructions

Request canonical quote-bound authorization bytes for the external signer configured by the agent owner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYesMarket label or public market ID.
quoteIdYesUnexpired Sonar quote ID.
ownerWalletYesBase58 owner wallet public key.
accountSequenceNoOptional Vault market account sequence as an unsigned decimal string. Omit it and Strata resolves the next sequence from the Vault's confirmed market account.
sessionPublicKeyYesBase58 public key for the externally configured signer.
Behavior2/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true, implying side effects or external interactions. The description adds minimal behavioral context—it does not disclose what happens when called, what the authorization bytes are for, or conditions like quote expiration. It relies on the schema for quoteId validation but omits the purpose of the bytes.

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, front-loaded sentence with no unnecessary words, efficiently conveying the core action.

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 has no output schema, yet the description does not explain the return format or usage of the authorization bytes. It also fails to place itself in the execution flow with sibling tools like prepare/submit, making it incomplete for a multi-step process.

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?

Schema description coverage is 100%, and all parameters have clear descriptions (e.g., quoteId pattern, ownerWallet length). The tool description adds no additional parameter semantics, but the baseline of 3 is appropriate since the schema already carries the burden.

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 it requests canonical quote-bound authorization bytes for an external signer, which is a specific verb and resource. 'Quote-bound' distinguishes it from other challenge tools like strata_order_challenge or strata_twap_challenge.

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?

The description provides no guidance on when to use this tool versus the other execution/order tools, nor does it mention prerequisites or the intended flow. It simply states the function without contextual placement among siblings.

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