request_feature
Submit a feature request to the LMCP team — a new capability, a tool that doesn't exist yet, or an app/integration the user wishes LMCP supported. Ask the user first, then call with confirm=true. Without confirm, returns a preview. The request is sent with your machine ID and (if set) your accoun...
This record as markdown: /tools/com-local-mcp-local-mcp/request-feature.md
What request_feature does on Local
AI agents use request_feature to create or update resources in Local, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Local environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
confirm | boolean | — | Must be true to submit. Without it, shows a preview. |
feature | string | Yes | What the user wants LMCP to do — a capability, tool, or integration. |
Parameters from the server's own tool schema.
Why request_feature is rated Medium
This tool creates/submits new data (a feature request record) and modifies user state (engagement rank), making it a Write operation. It has minimal blast radius—worst case is unsolicited feature requests or minor privacy exposure of machine ID/email if the user hasn't explicitly consented. No financial, destructive, or code execution impact. Severity is low because the operation is reversible and low-impact.
From the tool's definition Tool submits a feature request (creates data), sends machine ID and optional account email to LMCP team, and affects user's engagement rank. Described as 'Submit a feature request' and explicitly notes the request 'is sent' to the team.
Attacks that exploit this kind of access
The rule that runs request_feature safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Local, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For request_feature, this is the rule to start with:
request_feature stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Local, apply this rule, and every request_feature call is checked against it from then on.
Questions about request_feature
Submit a feature request to the LMCP team — a new capability, a tool that doesn't exist yet, or an app/integration the user wishes LMCP supported. Ask the user first, then call with confirm=true. Without confirm, returns a preview. The request is sent with your machine ID and (if set) your account email so the team can follow up — not anonymous. Tip: requesting features raises the user's LMCP engagement rank. It is categorised as a Write tool in the Local MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
request_feature accepts 2 parameters: confirm, feature. Required: feature. The full parameter table on this page comes from the server's own tool schema.
Register the Local MCP server in PolicyLayer and add a rule for request_feature: 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 Local. Nothing to install.
request_feature 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 request_feature 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 request_feature. 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.
request_feature is provided by the Local MCP server (local-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Local, and thousands of servers like it.
This server
Across the catalogue