Skip to main content
Glama
chad-hohn-radai

spotdraft-mcp

Execute a SpotDraft read operation

execute_read_request
Read-only

Run a read operation from the SpotDraft API by specifying the operationId and parameters for path, query, or body.

Instructions

Calls any SpotDraft catalog operation classified as 'read' (GET endpoints, plus the handful of side-effect-free POST endpoints like analytics query, contract preview, and download-link generation) by operationId. Look up the operationId and its parameter shape with search_actions first. Refuses to run any operation whose catalog access is 'write' -- use execute_write_request (on the spotdraft-write server) for those instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body for operations that take one. Omit for GET-style operations.
queryNoQuery-string parameters, e.g. { page: 1, limit: 25 }.
operationIdYesThe exact operationId from search_actions, e.g. 'v2.1_public_contracts_retrieve'.
path_paramsNoValues for any {placeholder} segments in the operation's path, e.g. { composite_id: 'T-123' }.
Behavior5/5

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

The description adds significant behavioral context beyond the readOnlyHint annotation: it details what constitutes a 'read' operation, explains that it refuses write operations, and clarifies the allowed POST endpoints. No contradiction with 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?

Three well-structured sentences, no fluff, front-loaded with the core purpose. Every sentence earns its place.

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 complex tool with 4 parameters and many siblings, the description is complete: it covers prerequisite steps, distinguishes from sibling tools, and explains parameter usage. No output schema needed given context.

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 coverage is 100%, so baseline is 3. The description adds value by explaining when 'body' should be omitted (GET-style operations) and that operationId must come from search_actions, providing practical usage context beyond schema fields.

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 executes SpotDraft read operations (GET endpoints and side-effect-free POSTs) by operationId, and distinguishes itself from the sibling write tool. The verb 'execute' is specific and appropriate.

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

Usage Guidelines5/5

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

Explicitly instructs to look up operationId and parameter shape with search_actions first, and refers to execute_write_request for write operations. Provides clear when-to-use and when-not-to-use guidance.

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/chad-hohn-radai/spotdraft-mcp'

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