submit_correction

Submit a correction to the StackSwap catalog (pricing, feature list, gotcha, AI-readiness score, category, or other). Submissions queue for admin review and only propagate to user-facing surfaces after merge — they DO NOT immediately mutate the catalog. Use when the user notices a stale price, an...

Server StackSwap StonesofCreation/stackswap-mcp
Category Write
Risk class Medium
Parameters 63 required

What submit_correction does on StackSwap

AI agents use submit_correction to create or update resources in StackSwap — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your StackSwap environment.

ParameterTypeRequiredDescription
tool string Yes Tool name (fuzzy-matched against catalog; new tools accepted too).
field string Yes Which aspect of the catalog entry the correction targets.
source_url string Optional: a public URL that backs the correction (vendor pricing page, doc, etc.). Strong signal for fast approval.
current_value string Optional: what the catalog currently shows (for reviewer context).
proposed_value string Yes The corrected value as the user would have it shown.
reporter_context string Optional: free-text context (e.g. "Smartlead just raised the entry tier from $39 to $49 on their pricing page").

Parameters from the server's own tool schema.

Why submit_correction needs a policy

This tool creates new correction records in a submission queue system. While it modifies catalog data, the changes are: (1) reversible, (2) non-destructive (corrections, not deletions), (3) not executed immediately but require admin review and merge. This makes it Write rather than Execute or Destructive.

From the tool's definition Tool description states: 'Submit a correction to the StackSwap catalog' and 'Submissions queue for admin review and only propagate to user-facing surfaces after merge — they DO NOT immediately mutate the catalog.' This creates/modifies data (catalog…

Risk signalsAdmin/system-level operation

Questions about submit_correction

What does the submit_correction tool do? +

Submit a correction to the StackSwap catalog (pricing, feature list, gotcha, AI-readiness score, category, or other). Submissions queue for admin review and only propagate to user-facing surfaces after merge — they DO NOT immediately mutate the catalog. Use when the user notices a stale price, an inaccurate feature list, a gotcha that should be flagged, or wants to report a tool we don't cover. Two-way data flow that helps keep the catalog accurate. Returns a correction ID + reassurance that the submission is queued. It is categorised as a Write tool in the StackSwap MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does submit_correction accept? +

submit_correction accepts 6 parameters: tool, field, source_url, current_value, proposed_value, reporter_context. Required: tool, field, proposed_value. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on submit_correction? +

Register the StackSwap MCP server in PolicyLayer and add a rule for submit_correction: 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 StackSwap. Nothing to install.

What risk level is submit_correction? +

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

Can I rate-limit submit_correction? +

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

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

submit_correction is provided by the StackSwap MCP server (StonesofCreation/stackswap-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.