Skip to main content
Glama
woof-xyz

workiva-mcp

by woof-xyz

workiva_request

Send raw API requests to any Workiva endpoint not covered by dedicated tools, using configurable surface, method, path, and optional JSON body or parameters.

Instructions

Escape hatch for any endpoint not wrapped by a dedicated tool (tags, parameters, pivot views, folders, file downloads, admin, ...).

surface — which host the path is relative to (KB: three-distinct-api-hosts): platform https://api.app.wdesk.com (X-Version added for you) wdata https://h.app.wdesk.com/s/wdata/prep/api/v1 chains https://h.app.wdesk.com/s/wdata/oc/api/v1

body_json / params_json are JSON strings. GET is always allowed; any other method counts as a WRITE here and requires writes enabled (read-style POSTs like query execution have dedicated tools that stay available). If a call fails in a way no KB entry explains, that is new knowledge — record it with kb_add.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
methodYes
surfaceYes
body_jsonNo
params_jsonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses method restrictions (GET always, WRITE condition), base URL mapping for surface, and JSON string format. Also notes to record unknown errors with kb_add. Lacks authentication but acceptable for escape hatch.

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?

Description is a single compact paragraph with front-loaded purpose and efficient details. Every sentence adds value without redundancy.

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?

Given complexity (multiple surfaces, method rules, JSON params), description covers purpose, usage, surfaces, method constraints, and error handling. With output schema present, return values need not be explained. Complete enough for agent use.

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 coverage is 0%, so description must compensate. It explains surface with three base URLs, and body_json/params_json as JSON strings. For path and method, it provides only minimal context beyond schema, but overall adds meaningful semantics.

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 it is an 'escape hatch for any endpoint not wrapped by a dedicated tool' and lists examples (tags, pivot views, etc.), distinguishing it from sibling dedicated tools.

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 says when to use (endpoints lacking a dedicated tool) and when not to (dedicated tools exist for read-style POSTs). Also specifies that GET is always allowed and other methods require writes enabled.

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/woof-xyz/workiva-mcp'

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