Skip to main content
Glama

nexo_task_close

Close a protocol task with evidence and artifacts. For high-stakes closures, provide work type, stakes, and artifact hash to satisfy close gates.

Instructions

Close a protocol task with evidence and optional artifacts.

For high-stakes/irreversible closures (publish stable, broadcast, payment, force-push, revoke) pass work_type/stakes plus artifact_hash and last_human_validation_of_artifact_hash (both must match) so the close gates can be satisfied instead of dead-ending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYes
resultNo
stakesNo
outcomeNo
summaryNo
task_idYes
evidenceNo
work_typeNo
change_whyNo
followup_idNo
change_risksNo
triggered_byNo
verificationNo
artifact_hashNo
change_verifyNo
evidence_refsNo
files_changedNo
followup_dateNo
outcome_notesNo
change_summaryNo
learning_titleNo
followup_neededNo
learning_contentNo
learning_categoryNo
followup_reasoningNo
learning_reasoningNo
correction_happenedNo
followup_descriptionNo
followup_verificationNo
verification_evidenceNo
partial_verification_reasonNo
partial_verification_acknowledgedNo
last_human_validation_of_artifact_hashNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It hints at 'dead-ending' and 'close gates' but does not clearly state side effects, required permissions, or whether the action is destructive. The behavioral context is insufficient.

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 concise, with two short paragraphs. The first sentence clearly states the purpose, and the second adds specialized guidance without unnecessary fluff. Could benefit from bullet points for parameter lists, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the high parameter count (33), lack of schema descriptions, no output schema, and no annotations, the description is incomplete. It does not explain return values, prerequisites, or side effects, and fails to cover most parameters. The agent would need additional context to use this tool correctly.

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?

Schema description coverage is 0%. The description adds meaning for only a few parameters (work_type, stakes, artifact_hash, last_human_validation_of_artifact_hash) but leaves the remaining 29 parameters, including required ones like sid and task_id, undocumented. Meaningful guidance is limited.

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 ('Close a protocol task') and resource ('task'), providing a specific verb+resource. However, it does not explicitly distinguish from sibling tools like nexo_closure_close, though the 'protocol task' context helps.

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

Usage Guidelines3/5

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

The description gives guidance for high-stakes closures by specifying required parameters, but it does not explain when to use this tool versus alternatives like nexo_task_open or nexo_closure_verify. No explicit when-not-to-use or alternative mentions.

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/wazionapps/nexo'

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