Skip to main content
Glama
nsatee

Code Guider MCP Server

by nsatee

manage_projects

Perform unified project management operations: list projects, initialize new ones, auto-detect types, view info, and sync changes.

Instructions

Unified project management operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
projectPathNoPath to project directory (optional, defaults to current)
projectTypeNoType of project (optional for init, auto-detected for auto_init)
Behavior2/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 of behavioral disclosure. However, it reveals nothing about side effects — whether 'init' creates directories, whether 'sync' modifies files, whether auto_init mutates state. For a multi-action tool involving both reads (list, info) and writes (init, sync), this 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.

Conciseness3/5

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

The description is extremely short, which is efficient, but it under-specifies rather than concisely captures essential information. One sentence with no structure or detail is closer to under-specification than skilled conciseness.

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 5-action overloaded tool with no output schema and no annotations. Each action has different semantics, inputs, and side effects, yet the description provides a single vague sentence. The agent has no way to know what each action returns or what effects each has — completely inadequate for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the schema descriptions are skeletal ('Action to perform', 'Path to project directory'). The description adds zero parameter context — notably, it fails to explain the semantics of each enum value (what 'auto_init' vs 'init' do differently, or what 'sync' synchronizes against). Even with full schema coverage, the enum values are opaque without explanation.

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 project management operations' is vague — it identifies a general domain (projects) but not a specific verb or resource. While the parameter enum (list, init, auto_init, info, sync) hints at distinct operations, the description itself does not state what the tool does, making it hard to distinguish from siblings like manage_workflows or manage_quality_rules.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives is provided. With siblings like auto_detect_workflow, init_samples, and manage_workflows, the agent cannot determine when manage_projects is the right choice or what prerequisites exist (e.g., must an init happen before sync?).

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