render_chart_svg

[SVG file / PNG save] ローソク足・ラインチャートをサーバー側で SVG/PNG に生成。\nクライアント側で描画可能な場合は prepare_chart_data を優先。\nユーザーが SVG/PNG 保存を明示した場合のみ使用。自発的呼び出し禁止。\ndetect_patterns の overlays を渡してパターン描画可能。\nオプションのインジケーター(SMA/EMA/BB/一目均衡表)はユーザーが明示的に要求した場合のみ指定すること。デフォルトではすべてオフ。

Server Bitbank Lab tjackiet/bitbank-genesis-mcp-server-http-archive
Category Write
Risk class Medium
Parameters 00 required

What render_chart_svg does on Bitbank Lab

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

Why render_chart_svg needs a policy

The tool creates and writes SVG/PNG chart files to storage based on market data visualization. This is a reversible write operation—the generated files can be deleted or overwritten. It does not execute arbitrary code, delete existing data, move funds, or produce side effects beyond file generation.

From the tool's definition Tool description states '[SVG file / PNG save]' and 'ユーザーが SVG/PNG 保存を明示した場合のみ使用' (use only when user explicitly requests SVG/PNG save). The tool generates and saves chart files, which creates new data artifacts on the server.

Questions about render_chart_svg

What does the render_chart_svg tool do? +

[SVG file / PNG save] ローソク足・ラインチャートをサーバー側で SVG/PNG に生成。\nクライアント側で描画可能な場合は prepare_chart_data を優先。\nユーザーが SVG/PNG 保存を明示した場合のみ使用。自発的呼び出し禁止。\ndetect_patterns の overlays を渡してパターン描画可能。\nオプションのインジケーター(SMA/EMA/BB/一目均衡表)はユーザーが明示的に要求した場合のみ指定すること。デフォルトではすべてオフ。. It is categorised as a Write tool in the Bitbank Lab MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on render_chart_svg? +

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

What risk level is render_chart_svg? +

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

Can I rate-limit render_chart_svg? +

Yes. Add a rate_limit block to the render_chart_svg 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 render_chart_svg completely? +

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

render_chart_svg is provided by the Bitbank Lab MCP server (tjackiet/bitbank-genesis-mcp-server-http-archive). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.