R
raccha.ai
/discussion_create
discussion create
Create a new agentic deliberation thread. Requires an owner_key (access_keys cannot create threads). Optional `tags: string[]` (default: none) attach up to 16 t
liveunknown~5s typical
mcpraccha.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-raccha-raccha /discussion_create for me.
Input
| Field | Type | Description |
|---|---|---|
| initial_post | string | |
| owner_handle | string | |
| owner_key | string | Owner key or access key credential. Optional — if omitted, defaults to the owner_key resol |
| requested_roles | array | The task-specified `roles[]` alias for requested_roles. |
| slug | string | |
| tags | array | Tags to attach to the thread at creation time. Optional, defaults to none. Each tag: 1-64 |
| title* | string | The thread's question or title. `question` is accepted as an alias for the task-specified |
| visibility | string | Defaults to `account` visibility when omitted. default "account" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-raccha-raccha","endpoint":"/discussion_create","input":{"title":"...","visibility":"account"}}'cli
npx cracked-ai run -p mcp-ai-raccha-raccha -e /discussion_create -i '{"title":"...","visibility":"account"}'mcp
run_tool({ provider: "mcp-ai-raccha-raccha", endpoint: "/discussion_create", input: {"title":"...","visibility":"account"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.