Skip to main content
Glama
nsatee

Code Guider MCP Server

by nsatee

manage_execution

Manage workflow executions by executing, pausing, resuming, or checking status, with support for role-based and AI-driven execution to control code guidance processes.

Instructions

Unified execution management operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
reasonNoReason for pausing (optional for pause)
agentTypeNoType of agent (optional for execute_roles)
variablesNoVariables for execution (optional)
workflowIdNoID of workflow (required for execute actions)
executionIdNoID of execution (required for status/pause/resume)
projectPathNoPath to project (required for execute actions)
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description discloses nothing about side effects: what 'execute' does to the system, whether pause/resume are reversible, what happens to in-flight executions, or whether execute_ai has different resource implications. For a mutation-heavy tool (execute, pause, resume are all state-changing), total opacity is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is short (one sentence), this is under-specification rather than conciseness. A four-word sentence describing a seven-parameter, six-action tool is insufficient. The description does not earn its place because it communicates nothing actionable beyond what the tool name already implies.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex tool with 7 parameters, 6 enum actions, nested objects, and no output schema, yet the description provides almost no information. It doesn't explain return values, prerequisites, the distinction between execute variants, or error conditions. Given the complexity and zero annotations, the description is severely inadequate.

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 100%, so the schema already documents all parameters. The description adds no parameter meaning beyond the enum list in the schema. The action enum itself conveys the parameter semantics well (each value self-describes its intent), and optionality markers are in the schema. Baseline 3 is appropriate given full schema coverage, though the description contributes essentially nothing beyond that.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Unified execution management operations' is vague and generic. It combines six distinct operations (execute, execute_ai, execute_roles, status, pause, resume) under one umbrella name without explaining what each does or when to use which. The enums in the action parameter provide more specificity than the description itself, which reads more like a category label than a tool purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is zero usage guidance. The description does not explain when to use execute vs execute_ai vs execute_roles, when status/pause/resume are appropriate, or how this tool relates to siblings like pause_execution, resume_execution, and start_workflow which appear to overlap in functionality. This is particularly problematic given the sibling overlap.

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/nsatee/code-guider-mcp'

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