Skip to main content
Glama
chad-hohn-radai

spotdraft-mcp

Get contract content

get_contract_content
Read-only

Retrieve the text content of a contract in plain text, structured segments, or HTML format to read its actual language.

Instructions

Retrieves the text content of a contract in the requested format ('text' for a single string, 'segments' for a structured breakdown, or 'html'). Use this to read what a contract actually says. Does NOT return a downloadable file -- use get_contract_download_link for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoContent format. Defaults to the API's own default ('text') if omitted.
composite_idYesComposite contract ID, e.g. 'T-123' or 'H-45'.
Behavior4/5

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

Matches readOnlyHint annotation and adds that it does not return a file. No contradictions; provides relevant behavioral context.

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?

Two sentences, each essential: first defines action, second adds usage context and exclusion. No wasted words.

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?

Simple tool with two params; description fully covers purpose, formats, and exclusion. No missing information given complexity.

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%, and description adds format interpretations and default behavior beyond schema.

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 retrieves text content of a contract in specified formats, differentiating it from the download tool.

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?

Explicitly indicates when to use (read content) and when not (with explicit sibling alternative for download). Lacks broader exclusions.

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