Skip to main content
Glama

Criar uma demanda (trabalho para alguém)

systemtask_demand_create

Create a project demand with a measurable done-criterion, objective, deliverable, and optional assignee, due date, and priority.

Instructions

Registra uma DEMANDA num projeto, no formato que a equipe consegue executar e conferir.

Diga o que precisa EXISTIR, não COMO fazer — o método é de quem executa. Nunca prescreva passo a passo técnico.

"doneWhen" é obrigatório e precisa ser verificável por OUTRA pessoa sem perguntar nada a ninguém: um número, um arquivo, um link, um estado observável. "Ficar bom" e "estar revisado" não servem. Se o pedido vier vago demais para escrever esse critério, PERGUNTE ao usuário em vez de inventar um.

Use "subtasks" APENAS quando a demanda tiver entregas independentes, que poderiam ser feitas por pessoas diferentes. O padrão é não quebrar — subtarefa desnecessária é ruído.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoQuando vence, YYYY-MM-DD.
contextNoPor que isto existe / de onde veio. Opcional.
projectYesNome ou id do projeto onde a demanda entra.
assigneeNoNome de usuário ou id de quem assume. Sem isto, a demanda nasce sem dono.
doneWhenYesCritério MENSURÁVEL de conclusão, verificável por outra pessoa sem perguntar nada.
priorityNo
subtasksNoSó se houver entregas INDEPENDENTES. O padrão é omitir.
objectiveYesO que precisa existir, em uma linha. Vira o título da tarefa.
deliverableYesO que é entregue concretamente (artefato, mudança, resultado).
estimateMinNoEstimativa em minutos.
Behavior4/5

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

The annotations only indicate that the tool is mutating and non-destructive. The description adds valuable behavioral context: it explains that doneWhen must be verifiable by another person, gives examples of acceptable criteria, and states that the agent should ask the user rather than invent criteria. It also clarifies when subtasks are appropriate. This goes well beyond the annotations.

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

Conciseness4/5

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

The description is longer than average, but every sentence serves a purpose: the first paragraph states the core function, the second gives outcome-oriented guidance, the third details the doneWhen requirement and how to handle vague requests, and the fourth clarifies subtask usage. It is well-structured and front-loaded, with no filler.

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 tool has 10 parameters and no output schema, the description provides substantial context about what a 'demand' is and how to structure key fields. It does not mention every parameter, but the schema descriptions cover those. The instruction to ask the user when details are insufficient is a key completeness element that supports correct invocation.

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?

The schema already covers 90% of parameters with descriptions, so a baseline of 3 is appropriate. The description adds extra semantic value by elaborating on 'doneWhen' with concrete examples ('um número, um arquivo, um link') and by defining when 'subtasks' should be used. It also frames 'objective' and 'deliverable' as outcome-focused rather than method-focused, which enhances the schema's meaning.

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

Purpose4/5

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

The description clearly states the action and resource: 'Registra uma DEMANDA num projeto' (registers a demand in a project). It distinguishes this as a creation tool, but does not explicitly differentiate it from the sibling tool systemtask_task_create, so it falls just short of a perfect score.

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 strong usage guidance: it instructs the user to say what should exist, not how, and explicitly says to ask the user if the request is too vague to define a doneWhen criterion. However, it does not compare this tool with alternatives like task_create, which would help the agent choose between them.

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/luis1amaral/system-task-mcp'

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