cribl_deployPipeline

Deploys a specific committed configuration version to a worker group. Returns the list of ConfigGroup objects Cribl provides.

Server Cribl pebbletek/cribl-mcp
Category Execute
Risk class High
Parameters 00 required

What cribl_deployPipeline does on Cribl

AI agents invoke cribl_deployPipeline to trigger actions in Cribl. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why cribl_deployPipeline needs a policy

This tool executes a deployment action that activates configurations in a live worker group environment. While not destructive (deployment is reversible via rollback), it is clearly an Execute-category operation because it triggers an external operation whose effects depend on which configuration version and worker group are specified as arguments.

From the tool's definition Tool description states it 'Deploys a specific committed configuration version to a worker group.' Deployment is an active operation that triggers external system effects (configuration activation across infrastructure).

Questions about cribl_deployPipeline

What does the cribl_deployPipeline tool do? +

Deploys a specific committed configuration version to a worker group. Returns the list of ConfigGroup objects Cribl provides. It is categorised as a Execute tool in the Cribl MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on cribl_deployPipeline? +

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

What risk level is cribl_deployPipeline? +

cribl_deployPipeline is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit cribl_deployPipeline? +

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

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

cribl_deployPipeline is provided by the Cribl MCP server (pebbletek/cribl-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.