richgo_save_obsidian_report

Use this when the user asks to save a Richgo report to Obsidian, a vault, or a note. It builds a portfolio report and saves it inside a user-provided Obsidian vault path. No personal vault path is hardcoded; provide vaultPath or set RICHGO_OBSIDIAN_VAULT_PATH locally.

Server Richgo Finance MCP reallygood83/rfmcp
Category Write
Risk class Medium
Parameters 00 required

What richgo_save_obsidian_report does on Richgo Finance MCP

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

Why richgo_save_obsidian_report needs a policy

The tool creates and writes data (a portfolio report) to the user's local file system in Obsidian vault directories. This is reversible (files can be deleted or edited) and does not directly involve financial transactions, code execution on external systems, or data deletion. It falls under Write rather than Execute because it is primarily a file write operation, not arbitrary code/command execution.

From the tool's definition Tool description states it 'saves it inside a user-provided Obsidian vault path' and 'builds a portfolio report and saves it' — this is a create/write operation that modifies the user's file system by adding new content to Obsidian vaults.

Questions about richgo_save_obsidian_report

What does the richgo_save_obsidian_report tool do? +

Use this when the user asks to save a Richgo report to Obsidian, a vault, or a note. It builds a portfolio report and saves it inside a user-provided Obsidian vault path. No personal vault path is hardcoded; provide vaultPath or set RICHGO_OBSIDIAN_VAULT_PATH locally. It is categorised as a Write tool in the Richgo Finance MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on richgo_save_obsidian_report? +

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

What risk level is richgo_save_obsidian_report? +

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

Can I rate-limit richgo_save_obsidian_report? +

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

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

richgo_save_obsidian_report is provided by the Richgo Finance MCP server (reallygood83/rfmcp). 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.