Skip to main content
Glama
AKzar1el

GodPrompt MCP Server

classify_task

Route a task to the correct GodPrompt workflow by classifying its description into one of nine types and returning the matching protocol name.

Instructions

Classify a task description into one of GodPrompt's 9 task types (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN) and return the matching protocol name. Useful for routing tasks through the right workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesThe task description to classify, e.g. 'fix the login bug' or 'build a REST API for user auth'
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It clearly states the transformation (task description in, protocol name out) and names the fixed classification set. It does not detail edge cases, confidence, or output format beyond the protocol name, but for a pure classification operation this is reasonably transparent.

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?

Two sentences with no filler. The core behavior, the full enumeration of task types, and the return value are all packed efficiently. Every sentence earns its place.

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?

For a one-parameter classifier with full schema coverage, the description is complete. It states the input, the closed set of classification categories, and the output. No output schema exists, but the description's statement of the return value covers what an agent needs to know.

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%: the input schema already fully documents the sole 'description' parameter with examples. The tool description adds no parameter-specific meaning beyond restating that it classifies a task description, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Classify') and a clear resource ('a task description'), enumerates all 9 possible output task types, and states the return value ('matching protocol name'). This clearly differentiates it from sibling retrieval tools like get_god_prompt or get_protocols, which fetch content rather than classify.

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 clear context: it is 'useful for routing tasks through the right workflow,' which tells the agent when this classifier should be invoked. It does not explicitly mention when not to use it or compare it to sibling tools, but the routing context is sufficient guidance for this straightforward tool.

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/AKzar1el/god-prompt-mcp'

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