memory_create_ticket
Create a ticket to request help from another agent, saved as a markdown file in the open queue, assignable to a specific agent or left open for anyone to claim.
Instructions
Create a ticket requesting help from another agent.
Ticket is saved as .md file in tickets/ (open queue). Assign to a specific agent/platform or leave open for anyone.
Examples:
PM needs coder: assigned_to="cursor"
Coder needs review: assigned_to="claude"
Anyone can pick up: assigned_to=None
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |