文档

ctx_task - Tool Reference

Multi-agent task orchestration. Actions: create|update|list|get|cancel|message|info.

ctx_task Memory & Multi-Agent

Multi-agent task orchestration. Actions: create|update|list|get|cancel|message|info.

Parameters
6
Required
1
Actions
7

Parameters

Parameter Type Required Description
action "create" | "update" | "list" | "get" | "cancel" | "message" | "info" Yes Task operation
description string No Task description (for create)
message string No Optional message / reason
state string No New state for update (working|input-required|completed|failed|canceled)
task_id string No Task ID (required for update|get|cancel|message)
to_agent string No Target agent ID (required for create)

Actions

create

ctx_task action="create"

update

ctx_task action="update"

list

ctx_task action="list"

get

ctx_task action="get"

cancel

ctx_task action="cancel"

message

ctx_task action="message"

info

ctx_task action="info"

Schema MD5: 47ead080a82f37eecd5c6f3c7105b18f ← Back to all tools