Skip to main content
Glama
chad-hohn-radai

spotdraft-mcp

Get contract key pointers

get_contract_key_pointers
Read-only

List extracted metadata fields such as effective date, term length, and renewal terms for a contract.

Instructions

Lists the key pointers (extracted/structured metadata fields, e.g. effective date, term length, renewal terms) recorded against a contract. Pairs with set_contract_key_pointers (write).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

Annotations already indicate readOnlyHint=true. The description adds valuable context by specifying what data is returned (extracted/structured metadata fields like effective date) and that pairs with a write tool. This goes beyond the annotation without contradiction.

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 with zero waste. The first sentence front-loads the purpose and includes examples. The second sentence efficiently adds pairing information. Every word adds value.

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 simple read-only tool with one parameter and no output schema, the description is complete. It explains what the tool returns (key pointers with examples), its read-only nature, and its relationship to a sibling tool. No gaps or missing information.

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?

With 100% schema description coverage, the input schema already fully documents the composite_id parameter. The description does not add any further semantics or examples for the parameter, so it meets the baseline but does not exceed it.

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 lists key pointers (structured metadata fields) for a contract, with specific examples like effective date and term length. It explicitly pairs with set_contract_key_pointers, which distinguishes it from other read siblings like get_contract_content or get_contract_external_metadata.

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?

The description provides clear context (reading structured metadata) and mentions the paired write tool, implying this is for reading. However, it does not explicitly state when not to use it or compare with other sibling tools, leaving some ambiguity for the agent.

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