Skip to main content
Glama
nsatee

Code Guider MCP Server

by nsatee

manage_templates

List or create reusable templates, with optional search filtering to locate templates by name. Use this to organize and retrieve template definitions for consistent workflow automation.

Instructions

Unified template management operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
searchNoSearch term for filtering (optional for list)
templateNoTemplate definition (required for create)
Behavior1/5

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

With no annotations provided, the description carries full burden of disclosure, but it provides nothing about behavior. It doesn't state whether operations are read-only or mutating, what gets affected by create, whether list is paginated, or any side effects. For a tool with a 'create' action that takes a nested object, this is a significant transparency 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 a single short sentence, which is efficient. However, 'Unified template management operations' is under-specification rather than conciseness - it packs no useful information into its brevity. A tool description that is short but empty of meaning is not well-structured.

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 tool has create and list actions, 3 params, a nested template object, no output schema, and no annotations. Given this complexity, the description is completely inadequate. It doesn't explain how create works, what the template schema accepts, what list returns, or how actions are dispatched. A two-action tool with a nested object requires far more documentation than a single uninformative sentence.

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?

Despite schema coverage being 100%, the schema descriptions are minimal ('Action to perform', 'Search term for filtering (optional for list)', 'Template definition (required for create)'). The description adds no meaning beyond the schema. The nested 'template' object's structure is entirely undocumented, which is a real gap since the schema doesn't describe its properties. With a nested object present and no description of its shape, the tool is hard to use.

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 template management operations' is vague - it doesn't specify a verb+resource with any concrete action. The name 'manage_templates' already conveys this. The enum actions (list/create) are in the schema, not the description. It fails to distinguish from siblings like manage_quality_rules or manage_workflows beyond the word 'templates'.

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 no guidance on when to use this tool vs alternatives. No when/when-not statements, no exclusions, no conditions. An agent has no idea when list vs create is appropriate or how this relates to template-related workflow tools.

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