Skip to main content
Glama
crunchtools

MCP WorkBoard CrunchTools

by crunchtools

workboard_update_workstream_tool

Update an existing workstream's name, dates, pace, health, or priority. Requires manager permissions. Validates existence before applying changes.

Instructions

Update an existing workstream's properties.

Performs read-before-write to confirm the workstream exists. Requires team manager or co-manager permissions. Pace must be "slow", "fast", or "steady". Health must be "ok", "good", or "risk". Priority must be "p1" through "p5".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ws_idYesWorkstream ID (positive integer)
ws_nameNoNew name (optional)
ws_start_dateNoStart date in YYYY-MM-DD (optional)
ws_end_dateNoEnd date in YYYY-MM-DD (optional)
ws_paceNoPace: slow, fast, or steady (optional)
ws_healthNoHealth: ok, good, or risk (optional)
ws_priorityNoPriority: p1 through p5 (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses read-before-write behavior, permission requirements, and valid values for pace, health, and priority. This is sufficient for an update tool.

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, each providing essential information without redundancy. It is front-loaded with the primary purpose, then adds behavioral and constraint details.

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?

Given the tool's complexity (7 parameters, 1 required, output schema exists), the description covers all necessary aspects: purpose, permissions, behavior, and valid values. It is complete for an agent to use the tool correctly.

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 description coverage is 100%, so the baseline is 3. The description adds value by specifying valid enum values for pace, health, and priority, which are not constrained in the schema. This helps the agent understand allowed inputs beyond what the schema states.

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 action: 'Update an existing workstream's properties.' It uses a specific verb and resource, and distinguishes from sibling tools like create and get operations.

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 provides context on when to use: it mentions read-before-write and required permissions (team manager or co-manager). It does not explicitly state when not to use or list alternatives, but the context is clear.

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/crunchtools/mcp-workboard'

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