Creates a new space with name and optional description and privacy.
AI agents use create_space to create or update resources in Superthread Mcp Extended — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Superthread Mcp Extended environment.
This tool creates new resources (spaces) which can later be modified or deleted, making it a Write operation rather than Read (retrieves data) or Destructive (irreversible deletion). Severity is medium because creating spaces could impact system organization and access controls, but the operation is reversible and does not permanently destroy data or commit financial obligations.
From the tool's definition Tool name 'create_space' and description states it 'Creates a new space' — a reversible data creation operation. The ability to set 'name', 'optional description', and 'privacy' settings confirms it modifies system state by adding new resources.
Attacks that exploit this kind of access
Creates a new space with name and optional description and privacy. It is categorised as a Write tool in the Superthread Mcp Extended MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Superthread Mcp Extended MCP server in PolicyLayer and add a rule for create_space: 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 Superthread Mcp Extended. Nothing to install.
create_space 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_space 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_space. 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_space is provided by the Superthread Mcp Extended MCP server (jaey-p/superthread-mcp-extended). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
create_space is one line of Superthread Mcp Extended's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →