Request a briefing
request_meetingQueue a request to avoid interrupting the user. Agents submit plans, questions, or decisions; poll the returned ticket for the user's response.
Instructions
Queue a request for the user instead of interrupting them. Returns a ticketId; poll check_response with it and proceed once answered. Does not touch the calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The full plan / question / context the user needs to decide. | |
| type | Yes | question = needs an answer; plan = review a plan; decision = pick an option; fyi = no action. | |
| agent | Yes | Your agent name/role, e.g. 'auth-agent' — shown in the briefing. | |
| title | Yes | One-line summary of what you need. | |
| urgency | No | blocker = book ASAP; normal/low = bundle into next briefing. Default normal. | |
| estimated_minutes | No | How long the user needs to decide. Default 10 (fyi defaults to 0). |