Skip to main content
Glama
dbett4

regulated-reporting-mcp

by dbett4

workiva_copy_document_section

Duplicate a document section within the same document or move it to another target document, using the source document and section IDs.

Instructions

Copy a document section within or to another document.

Args: document_id: Source document UUID section_id: Section UUID to copy target_document_id: Destination document UUID (empty = same document)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
section_idYes
document_idYes
target_document_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It clarifies the empty target_document_id behavior, but doesn't disclose whether the copy is deep, whether the source is modified, permission requirements, or side effects. 'Copy' implies non-destructive but is not explicit.

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 a single sentence plus an args list, with zero fluff. It is front-loaded with the core purpose and structured logically.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the essential purpose and parameters, and an output schema exists, so not explaining return values is acceptable. However, it lacks detail on edge cases like copying nested sections, error conditions, or prerequisites, making it minimally complete for the tool's 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 description coverage is 0%, but the Args block provides clear semantics for each parameter, including the default behavior of target_document_id. This compensates well for the schema's lack of descriptions, though some additional nuance (e.g., required vs optional) is left to the 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 states 'Copy a document section within or to another document' with a specific verb, resource, and scope. This clearly distinguishes it from sibling tools like create_document_section, delete_document_section, and get_document_section.

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 implies usage through 'within or to another document' but provides no explicit when-to-use context or alternatives. There is no mention of when to prefer this over create_document_section or bulk_edit_document_sections.

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/dbett4/regulated-reporting-mcp'

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