Skip to main content
Glama
dbett4

regulated-reporting-mcp

by dbett4

workiva_create_destination_link

Create a destination link in a Workiva document or table cell to reference a source anchor or range, enabling cross-document navigation and data consistency.

Instructions

Insert a destination link in a document or table cell.

Args: target_type: "richText" for document paragraphs, "table" for doc-table cells target_id: The richText UUID or doc-table UUID revision: Current revision of the target source_anchor: The source anchor ID for richText targets (from workiva_create_anchor) paragraph_index: Paragraph index for richText targets (0-based) offset: Character offset within the paragraph for richText targets row: Row index (deprecated for table targets; unused in range-link flow) column: Column index (deprecated for table targets; unused in range-link flow) source_range_link: (table branch only) ID of the source range link created via a createSource call on the spreadsheet table. Required when target_type=="table" (the full workflow is createSource → createDestination). source_table: (table branch only) ID of the spreadsheet source table. Required when target_type=="table".

NOTE — table branch: The legacy insertCellDestinationLink / /content/tables/{id}/links/edit path is dead (proven 404 in production, 2026-06). The table branch now uses the proven range-link createDestination flow: POST /content/tables/{target_id}/rangeLinks/edit body: {"type":"createDestination","createDestination":{"sourceRangeLink": ..., "sourceTable": ...}} This requires a pre-created source range-link ID (from createSource on the spreadsheet table) and the source table ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowNo
columnNo
offsetNo
revisionYes
target_idYes
target_typeYes
source_tableNo
source_anchorYes
paragraph_indexNo
source_range_linkNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully carries the transparency burden. It discloses the proven range-link flow with exact endpoint and body shape, flags row/column as deprecated, and reveals the dead legacy endpoint. This gives the agent concrete behavioral expectations beyond a simple mutation.

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 lengthy but highly organized: a one-sentence purpose, an Args breakdown, and a targeted NOTE for the table branch. Every sentence adds necessary detail for a complex tool with 10 parameters, so there is no redundancy or fluff.

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 tool with 10 parameters, an output schema, and no annotations, this description is exceptionally complete. It covers prerequisites, branch-specific flows, deprecated behaviors, and the exact API call, leaving the agent with all needed context to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The Args section explains every parameter in detail, including branch-specific requirements (source_range_link/source_table for table) and deprecations (row/column). Since schema coverage is 0%, this description fully compensates by adding meaning to all 10 parameters.

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 opens with 'Insert a destination link in a document or table cell,' a specific verb and resource. It clearly distinguishes between richText and table targets, and references related tools like create_anchor, making the tool's function unambiguous even among many siblings.

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 explicitly describes the table branch workflow (createSource → createDestination) and warns that the legacy insertCellDestinationLink path is dead, providing a clear exclusion. It also states prerequisites such as needing a source range-link ID and source table ID, but it doesn't explicitly name alternative tools for when not to use this function.

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