Skip to main content
Glama
spreedly

Spreedly MCP Server

Official
by spreedly

spreedly_transaction_transcript

Read-only

Retrieve raw gateway communication logs for a transaction to inspect request/response details.

Instructions

Retrieves the raw gateway communication transcript for a transaction. Returns request/response logs. This tool ONLY reads data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transaction_tokenYesThe token of the transaction
Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by specifying that it retrieves raw gateway communication transcripts and returns request/response logs. It aligns with the annotation (readOnlyHint true), with no contradictions.

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 three short sentences that are front-loaded with the core purpose. Every sentence adds useful information without redundancy or fluff.

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 simple retrieval tool with one parameter and no output schema, the description adequately explains the function and return value. It could be more complete by describing the format of the logs or prerequisites, but it is largely sufficient.

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?

The input schema has 100% coverage for the single parameter (transaction_token) with a description. The tool description does not add any further meaning or constraints beyond the schema, meeting the baseline.

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 action 'Retrieves' and the resource 'raw gateway communication transcript for a transaction'. It also specifies what is returned ('request/response logs') and explicitly notes it only reads data, distinguishing it from write tools.

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 siblings like spreedly_transaction_show. It only mentions that it reads data, which is implicit. No alternatives or when-not-to-use conditions are stated.

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/spreedly/spreedly-mcp'

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