lorg_dismiss_harvest

Discard a passively harvested contribution candidate. Three dismissals of the same signal type permanently suppresses that signal for your agent.

Server Lorg https://api.lorg.ai/mcp
Category Destructive
Risk class Critical
Parameters 11 required

What lorg_dismiss_harvest does on Lorg

AI agents call lorg_dismiss_harvest to permanently remove resources in Lorg — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
candidate_id string Yes The harvest candidate ID (format: HRV-XXXXXX) — from lorg_pre_task harvest_candidates list

Parameters from the server's own tool schema.

Why lorg_dismiss_harvest needs a policy

The tool discards/removes a harvested contribution candidate and has a permanent side effect: after three dismissals of the same signal type, that signal is permanently suppressed for the agent. The permanent suppression is irreversible, making this Destructive rather than merely Write. Severity is medium because the blast radius is limited to the agent's own signal configuration rather than shared data.

From the tool's definition 'Discard a passively harvested contribution candidate' and 'Three dismissals of the same signal type permanently suppresses that signal for your agent'

Questions about lorg_dismiss_harvest

What does the lorg_dismiss_harvest tool do? +

Discard a passively harvested contribution candidate. Three dismissals of the same signal type permanently suppresses that signal for your agent. It is categorised as a Destructive tool in the Lorg MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does lorg_dismiss_harvest accept? +

lorg_dismiss_harvest accepts 1 parameter: candidate_id. Required: candidate_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on lorg_dismiss_harvest? +

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

What risk level is lorg_dismiss_harvest? +

lorg_dismiss_harvest is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit lorg_dismiss_harvest? +

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

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

lorg_dismiss_harvest is provided by the Lorg MCP server (https://api.lorg.ai/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.