Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_get_document_section_generated

Retrieve the generator's original version of a document section to compare against human edits and resolve conflicts before finalizing.

Instructions

Get the generator's own version of a section, ignoring any human edit (read — viewer role). Use it to see what the platform would produce before resolving a conflict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
versionNoGeneration version number to read; omit for the latest
section_idYesSection identifier from the document detail (scf_get_document). May contain slashes — pass it exactly as returned, unescaped.
document_idYesGenerated document UUID — obtain from scf_list_documents
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It effectively states it is a read operation with a viewer role, which implies safety, but it does not elaborate on potential errors, return format, or version handling. The description adds helpful context (ignoring human edit) but lacks depth expected given zero annotation coverage.

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 concise sentences that front-load the core purpose and usage context. No wasted words and the important distinction is stated first.

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?

Although there is no output schema, the description implies the return value (the generator's section output) and gives a functional purpose. Combined with the parameter schema, an agent can call it correctly. It does not detail the response structure, but that is acceptable for a get-style tool.

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?

Schema description coverage is 100%, and each parameter already has a meaningful description. The tool description does not add anything beyond what the schema provides, 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 action (get), the resource (generator's own version of a section), and the key distinction: ignoring human edits. It differentiates from sibling tools like scf_get_document and scf_resolve_document_section by specifying the exact nature of the data returned.

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?

Provides a specific scenario ('before resolving a conflict') to indicate when to use the tool. However, it does not explicitly name alternatives or state when not to use it, leaving some inference to 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/MarkAC007/mcp-server-scf'

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