Skip to main content
Glama

get_workflow_guidance_tool

Get phase-by-phase workflow guidance for development tasks. Choose from test-first, feature-branch, review-then-commit, or default to follow best practices and use tools in the correct order.

Instructions

Get phase-by-phase workflow guidance for development tasks.

This tool provides structured, step-by-step instructions for working on a project. It combines project-specific workflows with the standard CoordMCP workflow.

WHEN TO USE:

  • At the start of any new task to understand the recommended workflow

  • When you want to follow best practices for this project

  • To understand what tools to use and in what order

  • New agents should always call this to understand the expected workflow

AVAILABLE WORKFLOWS:

  • "test-first": Test-Driven Development (write tests before code)

  • "feature-branch": Feature branch workflow with code review

  • "review-then-commit": Peer review before committing

  • "default": Standard workflow for any task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoOptional project ID to get project-specific workflows
workflow_nameNoOptional specific workflow to use (e.g., "test-first", "feature-branch")
Behavior3/5

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

With no annotations, the description must carry the burden. It explains that it combines project-specific workflows with standard workflows and lists available workflow names, but it does not disclose side effects, return format, or behavior when parameters are omitted. The read-only nature is implied but not explicit, leaving gaps in behavioral 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?

The description is well-organized with clear section headers ('WHEN TO USE', 'AVAILABLE WORKFLOWS'), is concise, and every sentence provides useful information. The main purpose is front-loaded, making it easy to parse.

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 guidance tool with two optional parameters and no output schema, the description is fairly complete. It covers when to use, what it does, and lists available workflows. However, it does not explain the output structure or what happens when both parameters are null, leaving a small but notable gap.

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?

The schema already includes descriptions for both parameters, achieving 100% coverage. The description adds value by listing the exact workflow names ('test-first', 'feature-branch', etc.) and their meanings, which goes beyond the schema's example-driven explanation. This enriches the parameter semantics for workflow_name.

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 provides 'phase-by-phase workflow guidance for development tasks', with a specific resource and verb. It distinguishes itself from siblings by focusing on workflow guidance and listing the available workflow types, making its role unambiguous.

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 'WHEN TO USE' section explicitly lists use cases such as 'start of any new task', 'follow best practices', and 'new agents should always call this'. It provides clear context but does not explicitly name alternatives or exclusions, which would take it to a 5.

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/siddiquesahabaj/CoordMCP'

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