form_get_values
Get all current field values from a registered form.
This record as markdown: /tools/mcp-anything/form-get-values.md
What form_get_values does on Mcp Anything
AI agents call form_get_values to retrieve information from Mcp Anything without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
Why form_get_values is rated Low
This tool queries and retrieves data from a form without side effects. It performs a read-only operation that does not create, modify, delete, execute code, or affect financial systems. The minimal blast radius from misuse would be unauthorized information disclosure of form field values.
From the tool's definition Tool name 'form_get_values' and description 'Get all current field values from a registered form' indicate retrieval of existing data with no modification, creation, or deletion.
Attacks that exploit this kind of access
The rule that runs form_get_values safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Mcp Anything, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For form_get_values, this is the rule to start with:
form_get_values is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Mcp Anything, apply this rule, and every form_get_values call is checked against it from then on.
Questions about form_get_values
Get all current field values from a registered form. It is categorised as a Read tool in the Mcp Anything MCP Server, which means it retrieves data without modifying state.
Register the Mcp Anything MCP server in PolicyLayer and add a rule for form_get_values: 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 Mcp Anything. Nothing to install.
form_get_values is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the form_get_values 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 form_get_values. 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.
form_get_values is provided by the Mcp Anything MCP server (Zaymadkid/mcp-anything). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Mcp Anything, and thousands of servers like it.
This server
Across the catalogue