Skip to main content
Glama
woof-xyz

workiva-mcp

by woof-xyz

spreadsheet_ui_url

Constructs the browser URL for a Workiva spreadsheet or sheet using the workspace ID, defaulting to the first sheet if none specified.

Instructions

Build the Spreadsheets UI URL for a spreadsheet or sheet.

No API returns this URL, but the query-result export endpoint and human users both need it; it is constructed from the workspace id (KB: spreadsheet-ui-url-format). Defaults to the first sheet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_idNo
spreadsheet_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description is the sole source of behavioral info. It discloses that the URL is constructed from workspace id (referencing a KB article) and defaults to the first sheet. This adds valuable context beyond the schema.

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 three sentences, front-loaded with the main action, followed by rationale and default behavior. 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?

For a tool with 2 parameters and no output schema, the description covers the purpose, construction method (KB reference), and default behavior. It could mention the return type (a URL string), but overall it is fairly complete.

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 0%, but the description explains that sheet_id defaults to empty (first sheet) and the URL uses workspace id. The required spreadsheet_id parameter is not detailed, but its purpose is inferable from context. Some added meaning, but not comprehensive.

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 tool builds a Spreadsheets UI URL for a spreadsheet or sheet, with a specific verb and resource. It distinguishes from sibling tools like spreadsheet_list_sheets and spreadsheet_update.

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 mentions the URL is needed for the query-result export endpoint and human users, hinting at usage context. However, it lacks explicit guidance on when to use this tool versus alternatives like kb_search or spreadsheet_list_sheets.

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