Skip to main content
Glama
dbett4

regulated-reporting-mcp

by dbett4

workiva_tasks

Manage Workiva tasks in one call: list, get, create, update, or delete. Backward-compatible shim that delegates to dedicated task tools for regulated reporting.

Instructions

DEPRECATED — use workiva_list_tasks / workiva_get_task / workiva_create_task / workiva_update_task / workiva_delete_task.

Kept as a backward-compatibility shim; dispatches to the single-verb tools above.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNo
nameNo
filterNo
patchesNo
task_idNo
approverNo
assigneeNo
due_dateNo
operationNolist
descriptionNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It discloses that the tool is deprecated and dispatches to other tools, which is useful. However, it does not explicitly state that using it can perform destructive operations (e.g., create/update/delete), nor does it explain how the 'operation' parameter drives that behavior. Partial transparency.

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 short sentences with the key warning 'DEPRECATED' front-loaded. Every word serves a purpose, and the structure immediately communicates the essential action (do not use this; use the alternatives).

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

Completeness2/5

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

The description is complete as a deprecation notice, but it offers no operational guidance if the shim must be invoked. With 11 parameters, no schema descriptions, and no output schema explanation, an agent would be lost if forced to use this tool. It effectively tells the agent to avoid it, but does not make the tool itself usable.

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

Parameters1/5

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

The schema includes 11 parameters with 0% description coverage, and the description itself mentions no parameters, defaults, or how the 'operation' parameter selects a target tool. The description adds zero value for understanding the parameter space.

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 identifies this as a deprecated backward-compatibility shim that dispatches to single-verb tools. It distinguishes itself from siblings by naming the specific replacement tools (workiva_list_tasks, workiva_get_task, workiva_create_task, etc.), making its purpose and scope immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs the agent to use workiva_list_tasks / workiva_get_task / workiva_create_task / workiva_update_task / workiva_delete_task instead, providing clear when-not-to-use guidance. This is the strongest possible usage guideline for a deprecated tool.

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