signal_friction

Send an ANONYMOUS, content-free signal when an LMCP tool fails, returns nothing useful, the user seems frustrated, or you could not accomplish what they asked. Helps the LMCP team find and fix the roughest spots. Send ONLY the category + the tool name — NEVER the user's request, message/email con...

SERVERLocal SOURCElocal-mcp
Medium RISK CLASS
Category Write
Parameters 41 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/signal-friction.md

What signal_friction does on Local

AI agents use signal_friction 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
attempt_count integer How many times this was attempted (optional).
error_category string Category of what went wrong (optional).
tool_attempted string Name of the LMCP tool involved (e.g. list_emails). Optional.
friction_signal string Yes What kind of friction you observed.

Parameters from the server's own tool schema.

Why signal_friction is rated Medium

The tool creates data (a signal/feedback record) on a remote system. It is reversible (signals can be discarded or logged without permanent damage) and contains no personal data per design ('NEVER the user's request, message/email content, account names, or any personal data').

From the tool's definition Tool sends/submits a signal: 'Send an ANONYMOUS, content-free signal'. This is a network transmission that creates a log entry or record on the LMCP team's systems.

Questions about signal_friction

What does the signal_friction tool do? +

Send an ANONYMOUS, content-free signal when an LMCP tool fails, returns nothing useful, the user seems frustrated, or you could not accomplish what they asked. Helps the LMCP team find and fix the roughest spots. Send ONLY the category + the tool name — NEVER the user's request, message/email content, account names, or any personal data. No confirmation needed: this is anonymous (categories only) and respects the user's opt-out. 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 signal_friction accept? +

signal_friction accepts 4 parameters: attempt_count, error_category, tool_attempted, friction_signal. Required: friction_signal. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on signal_friction? +

Register the Local MCP server in PolicyLayer and add a rule for signal_friction: 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 signal_friction? +

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

Can I rate-limit signal_friction? +

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

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

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