Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_get_document_history

Read-only

Retrieve a document's full version and transition history: see who moved it between lifecycle states, when, why, and what each version changed. Use it to audit document evolution and compliance actions.

Instructions

Get a document's version and transition history (read — viewer role): who moved it between lifecycle states, when, why, and what each generation version changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
document_idYesGenerated document UUID — obtain from scf_list_documents

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, and the description reinforces this with 'read — viewer role' while adding meaningful behavioral detail about lifecycle transitions and version changes. It does not mention ordering or pagination, but for a simple read tool with no output schema the disclosed behavior is sufficient.

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?

A single sentence front-loads the core purpose and then packs in the specific information the history returns. There is no fluff or repetition.

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 two-parameter read-only tool with no output schema, the description is complete enough: it states the purpose, the auth role, and the response content. An agent can decide when to call it and what to expect in return.

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 covers both parameters with sourced descriptions (org_id from scf_list_organizations, document_id from scf_list_documents), so schema coverage is 100%. The tool description adds no additional parameter-level meaning, keeping this at the baseline 3.

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 uses a specific verb and resource ('Get a document's version and transition history') and enumerates exactly what the history covers: who moved it, when, why, and what changed per generation. This clearly distinguishes it from related tools like scf_get_document or scf_get_audit_log.

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 gives clear context by marking the operation as a read for viewer-role users, so an agent knows it is a safe read-only retrieval of document history. It does not explicitly name alternative tools or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools