Skip to main content
Glama
vinsenzo83
by vinsenzo83

업무 프롬프트 생성

cmdmap_build

Generates a structured prompt from a task ID and optional context using a 6-part template. When context is empty, it first asks three clarifying questions to ensure accuracy.

Instructions

명령어 맵의 업무 id를 받아, 6-파트 템플릿(역할→목표→맥락→작업→출력→검증)으로 완성된 실전 프롬프트 텍스트를 반환. context를 비우면 "시작 전 필요한 질문 3개 먼저" 지시가 자동 삽입된다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo구체적으로 원하는 결과(비우면 업무 기본 목표 사용)
taskYes업무 id (예: mkt-07, dev-04, biz-14). cmdmap_list로 확인
contextNo내 상황·제품·대상 등 맥락(비우면 AI가 먼저 질문하도록 유도)
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the automatic insertion of a question prompt when 'context' is empty and outlines the 6-part template. It could be more explicit about non-destructive nature, but overall 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?

The description is two sentences, front-loaded with the main purpose, and the second sentence adds a specific and important behavioral note. Every sentence earns its place without redundancy.

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?

Given the complexity (3 parameters, no output schema, no annotations), the description adequately explains the function and key behaviors. It mentions the 6-part template output but could provide more detail on the return value format. Still largely complete.

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?

Schema coverage is 100% with clear descriptions for all parameters. The overall description adds value by explaining the behavioral effect of leaving 'context' empty (auto-insertion of 'ask 3 questions' instruction), which is not in schema descriptions.

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 the tool takes a task ID and returns a complete prompt using a specific 6-part template. It uses a specific verb ('returns') and resource ('prompt text'), and it distinguishes itself from the sibling tool 'cmdmap_list' which lists tasks.

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 about usage, including the special behavior when 'context' is left empty. It implicitly guides the agent to use this after selecting a task with cmdmap_list, though it does not explicitly state when not to use it or name alternatives.

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/vinsenzo83/command-map-mcp'

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