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...
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
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.
Attacks that exploit this kind of access
The rule that runs signal_friction 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 signal_friction, this is the rule to start with:
signal_friction 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 signal_friction call is checked against it from then on.
Questions about 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 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.
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.
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.
signal_friction 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 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.
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.
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.
This server
Across the catalogue