create_expressroom_draft
Creates a Manual DraftRoom draft. DraftRoom is the first station when a capable subscription chat seat has fresh build context. Build or fit the smallest safe draft immediately, then store the brief, job mirror, short description, and supplied draft code. Do not park fresh context for a low-capac...
This record as markdown: /tools/io-github-malamutemayhem-unclick-mcp-server/create-expressroom-draft.md
What create_expressroom_draft does on UnClick
AI agents use create_expressroom_draft to create or update resources in UnClick, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your UnClick environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_id | string | Yes | Stable identifier for the calling agent. |
supplied_code | string | Yes | Required capture field for concrete code, patch notes, file contents, pseudocode, ScopePack, or test outline supplied by the chat-first builder. If no code is s |
brief_markdown | string | Yes | Detailed intake brief from the chat. |
job_name_mirror | string | Yes | The official job name or intended official job name. |
official_todo_id | string | — | Optional existing Jobs Board todo id to mirror. |
short_description | string | Yes | Quick read of the draft job. |
supplied_code_status | string | Yes | |
source_chat_session_id | string | — | Optional source chat/session id. |
Parameters from the server's own tool schema.
Why create_expressroom_draft is rated Medium
The tool creates and stores draft data in a system, making it a Write operation. Severity is medium because the tool explicitly notes it stores "untrusted draft material" that must later undergo review and testing before integration—indicating safeguards exist and the immediate blast radius is contained to draft/staging data, not production systems.
From the tool's definition Creates a Manual DraftRoom draft and stores draft material ("store the brief, job mirror, short description, and supplied draft code"). This is data creation and storage without irreversible deletion.
Attacks that exploit this kind of access
The rule that runs create_expressroom_draft safely
PolicyLayer is an MCP gateway: it sits between your AI agents and UnClick, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For create_expressroom_draft, this is the rule to start with:
create_expressroom_draft stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect UnClick, apply this rule, and every create_expressroom_draft call is checked against it from then on.
Questions about create_expressroom_draft
Creates a Manual DraftRoom draft. DraftRoom is the first station when a capable subscription chat seat has fresh build context. Build or fit the smallest safe draft immediately, then store the brief, job mirror, short description, and supplied draft code. Do not park fresh context for a low-capacity unattended runner unless the chat seat records the exact blocker and next build step. Alarm bell: this does not mark official work done. It stores untrusted draft material so it can later enter the official Jobs Board conveyor belt, then be integrated, tested, reviewed, and proved. It is categorised as a Write tool in the UnClick MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
create_expressroom_draft accepts 8 parameters: agent_id, supplied_code, brief_markdown, job_name_mirror, official_todo_id, short_description, supplied_code_status, source_chat_session_id. Required: agent_id, supplied_code, brief_markdown, job_name_mirror, short_description, supplied_code_status. The full parameter table on this page comes from the server's own tool schema.
Register the UnClick MCP server in PolicyLayer and add a rule for create_expressroom_draft: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches UnClick. Nothing to install.
create_expressroom_draft is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_expressroom_draft rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_expressroom_draft. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_expressroom_draft is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on UnClick, and thousands of servers like it.
This server
Across the catalogue