既に公開されているサイトのHTML/CSSを更新します(更新用)。ユーザーが「サイトを編集して」「HTMLを更新して」「ページを変更して」などと指示した場合は、このツールを使用します。サイトが未公開(is_public=false)の場合は、先に magnyxa_publish_site を使用してください。事前にmagnyxa_set_tokenでトークンを設定する必要があります。 使い方の例: 1. ユーザーが「プロジェクトID xxx のサイトを更新して」→ このツールを使用 2. ユーザーが「〇〇のランディングページを作って」→ HTMLを生成してこのツールで更新 3. ユーザー...
AI agents use magnyxa_update_site to create or update resources in Magnyxa — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Magnyxa environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
app_id | string | Yes | 更新するプロジェクトのID(ユーザーから提供される) |
custom_css | string | — | 新しいCSSスタイル(任意、CSSを変更しない場合は省略可) |
custom_html | string | Yes | 新しいHTMLコンテンツ(完全なHTMLドキュメント推奨) |
Parameters from the server's own tool schema.
This tool creates or modifies data reversibly by updating HTML/CSS content of published websites. It is clearly a Write operation as it changes site content without irreversibly deleting it. Severity is medium because unintended modifications to a live website could impact users and business operations, but changes are typically reversible through re-updates.
From the tool's definition Tool description states it 'updates HTML/CSS of already published sites' (既に公開されているサイトのHTML/CSSを更新します). The examples confirm it modifies site content: 'update the site', 'generate HTML and update with this tool', 'fetch existing HTML, modify and update with…
Attacks that exploit this kind of access
既に公開されているサイトのHTML/CSSを更新します(更新用)。ユーザーが「サイトを編集して」「HTMLを更新して」「ページを変更して」などと指示した場合は、このツールを使用します。サイトが未公開(is_public=false)の場合は、先に magnyxa_publish_site を使用してください。事前にmagnyxa_set_tokenでトークンを設定する必要があります。 使い方の例: 1. ユーザーが「プロジェクトID xxx のサイトを更新して」→ このツールを使用 2. ユーザーが「〇〇のランディングページを作って」→ HTMLを生成してこのツールで更新 3. ユーザーが「サイトのデザインを変更して」→ 既存HTMLを取得・修正してこのツールで更新. It is categorised as a Write tool in the Magnyxa MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
magnyxa_update_site accepts 3 parameters: app_id, custom_css, custom_html. Required: app_id, custom_html. The full parameter table on this page comes from the server's own tool schema.
Register the Magnyxa MCP server in PolicyLayer and add a rule for magnyxa_update_site: 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 Magnyxa. Nothing to install.
magnyxa_update_site 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 magnyxa_update_site 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 magnyxa_update_site. 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.
magnyxa_update_site is provided by the Magnyxa MCP server (@zelklab/magnyxa-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →