Skip to main content
Glama

get_workflows

Retrieve step-by-step workflows for common multi-step Word tasks. List available task names to see options, then get the recommended sequence and notes for any task.

Instructions

Recommended tool sequences for common multi-step tasks, with a one-line why per step. Call with no task to list the available tasks ('process-feedback', 'prepare-submission', 'format-citations', 'build-from-template', 'heavy-editing'); call with task='' for that task's step-by-step sequence and notes. Pure guidance: reads nothing, changes nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers: 'Pure guidance: reads nothing, changes nothing' is an explicit side-effect disclosure. It also transparently describes the two output modes based on whether task is supplied.

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 compact, front-loaded with the tool's purpose, and every sentence adds necessary operational detail. No filler or repetition.

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?

The tool has one optional parameter, an output schema, and a clear behavioral profile. The description covers both calling modes, lists the known task names, and states the no-side-effect guarantee, making it complete for an agent to invoke 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?

Schema coverage is 0%, so the description fully compensates. It explains that null lists available tasks, supplies the exact valid task names, and clarifies what task='<name>' returns. This is exactly the semantic depth the schema lacks.

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 a specific function: providing recommended tool sequences for common multi-step tasks, with a one-line rationale per step. It also distinguishes this from the many document-manipulation siblings by framing it as pure guidance rather than an operation on the document.

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 gives explicit call patterns: no task lists available tasks, and task='<name>' returns that task's sequence. It clearly identifies the context for use, though it does not explicitly name alternatives or when-not-to-use conditions.

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/nometalalchemist/KitchenSink4Word'

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