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...

SERVERLocal SOURCElocal-mcp
Medium RISK CLASS
Category Write
Parameters 21 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

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.

ParameterTypeRequiredDescription
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.

Questions about request_feature

What does the request_feature tool do? +

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.

What parameters does request_feature accept? +

request_feature accepts 2 parameters: confirm, feature. Required: feature. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on request_feature? +

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.

What risk level is request_feature? +

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

Can I rate-limit request_feature? +

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.

How do I block request_feature completely? +

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.

What MCP server provides request_feature? +

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.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Local's. Pull the full record:

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.