New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

business_pod_route_backend

ADR-164 Phase 3 — Compute the domain-affinity routing decision for a business pod per ADR-164 §3.4 and return {backend, reason}. The three backends are local-stdio (preferLocalExecution=true), cloud-managed (preferLocalExecution=false AND budgetUsdMonthly >= 50), and remote-peer (everything else ...

SERVERClaude Flow SOURCEclaude-flow
Low RISK CLASS
Category Read
Parameters 00 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-ruvnet-claude-flow/business-pod-route-backend.md

What business_pod_route_backend does on Claude Flow

AI agents call business_pod_route_backend to retrieve information from Claude Flow without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why business_pod_route_backend is rated Low

The tool computes and returns a routing decision (backend selection and reason) based on input parameters. It does not execute the routing, modify data, or trigger external operations — it purely evaluates logic and returns a recommendation. The description emphasizes auditability and that this is called BEFORE the cost-optimal KRR step, confirming it is a read/query operation with no side effects.

From the tool's definition Compute the domain-affinity routing decision... and return {backend, reason}... surfacing this as an MCP tool keeps the rule auditable from the pod template alone

Risk signalsBulk/mass operation — affects multiple targets

Questions about business_pod_route_backend

What does the business_pod_route_backend tool do? +

ADR-164 Phase 3 — Compute the domain-affinity routing decision for a business pod per ADR-164 §3.4 and return {backend, reason}. The three backends are local-stdio (preferLocalExecution=true), cloud-managed (preferLocalExecution=false AND budgetUsdMonthly >= 50), and remote-peer (everything else — small-budget non-local pods route through a federation peer node). Use when a /loop driver, @metaharness/router policy hook, or operator CLI needs the structural routing pick BEFORE the cost-optimal KRR step — surfacing this as an MCP tool keeps the rule auditable from the pod template alone and lets non-TS callers reach it. Re-implementing the rule in the caller is wrong because it forks the §3.4 source-of-truth and skips the {success,valid,error,path} envelope shape callers already rely on from business_pod_validate. Pair with business_pod_validate when pre-flighting a template, since this tool also runs full schema validation and degrades to the same error shape on malformed input. Threshold lives in CLOUD_BUDGET_THRESHOLD_USD in domain-affinity-policy.ts — keep that constant and this description aligned. It is categorised as a Read tool in the Claude Flow MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on business_pod_route_backend? +

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

What risk level is business_pod_route_backend? +

business_pod_route_backend is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit business_pod_route_backend? +

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

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

business_pod_route_backend is provided by the Claude Flow MCP server (claude-flow). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Claude Flow, 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 Claude Flow'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.