New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

card_instance

Instance a card template into the open scene and bind data to its slots via the template's set_data(). Undoable node authoring. Slot values are strings/numbers/booleans; any texture slot (e.g. art) takes a res:// texture path. Reports which data keys bound and which had no matching slot.

SERVERBreakpoint SOURCEbreakpoint-mcp
Medium RISK CLASS
Category Write
Parameters 73 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/breakpoint-mcp/card-instance.md

What card_instance does on Breakpoint

AI agents use card_instance to create or update resources in Breakpoint, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Breakpoint environment.

ParameterTypeRequiredDescription
data object Yes Slot name → value; a texture slot takes a res:// path
name string Optional node name for the instance
parent string Yes Node path to parent the instance under (in the open scene); "." for the root
face_up boolean Show the face (default true); false shows the back on two-sided cards
persist boolean Bake the bound slot data into the saved scene by enabling Editable Children on the instance (default false = runtime-bound only, reverts on reload)
position object Local position of the instance
template_path string Yes Card template scene, e.g. res://ui/cards/Card.tscn

Parameters from the server's own tool schema.

Why card_instance is rated Medium

card_instance creates and modifies scene state by instantiating a template and binding data to slots. This is a Write operation (creates/modifies data reversibly), not Execute (it doesn't run arbitrary code or shell commands — it follows a fixed card template schema). The reversibility ("Undoable") and bounded scope (slot binding via template) lower severity to medium.

From the tool's definition "Instance a card template into the open scene and bind data to its slots" — creates/modifies scene objects. "Undoable node authoring" — reversible changes. Tool name and description match typical 3D/game editor scene modification.

Questions about card_instance

What does the card_instance tool do? +

Instance a card template into the open scene and bind data to its slots via the template's set_data(). Undoable node authoring. Slot values are strings/numbers/booleans; any texture slot (e.g. art) takes a res:// texture path. Reports which data keys bound and which had no matching slot. It is categorised as a Write tool in the Breakpoint MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does card_instance accept? +

card_instance accepts 7 parameters: data, name, parent, face_up, persist, position, template_path. Required: data, parent, template_path. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on card_instance? +

Register the Breakpoint MCP server in PolicyLayer and add a rule for card_instance: 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 Breakpoint. Nothing to install.

What risk level is card_instance? +

card_instance is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit card_instance? +

Yes. Add a rate_limit block to the card_instance 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.

How do I block card_instance completely? +

Set action: deny in the PolicyLayer policy for card_instance. 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.

What MCP server provides card_instance? +

card_instance is provided by the Breakpoint MCP server (breakpoint-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Breakpoint, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Breakpoint's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.