intelligence_draft_response
intelligence_draft_response
Section titled “intelligence_draft_response”Category: intelligence
Draft a reply to a Discord channel using the client’s LLM. Returns a SUGGESTED draft for human review — does NOT auto-post.
When to use
Section titled “When to use”prepare a moderator response, suggest replies for staff, draft outreach.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Channel for context |
context_message_count | integer | yes | Recent messages to read for context (1-50) |
intent | string | yes | What the response should accomplish |
tone | string | yes |
Returns
Section titled “Returns”\{draft, reasoning, sampling_used\}. The agent decides whether to actually call messages_send after review.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
draft | string | yes | |
reasoning | string | yes | |
sampling_used | boolean | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |