Skip to main content
Glama

Route

arif_route
Read-onlyIdempotent

Routes natural-language intents to the correct federation organ or kernel tool. Use when you know your goal but need to find the right tool.

Instructions

Canonical intent router. Routes a natural-language intent to the correct federation organ (GEOX, WEALTH, WELL, A-FORGE) or kernel tool. Use when you know what you want but not which tool to call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentYesNatural-language description of what the user wants. e.g. "interpret this seismic section", "assess portfolio risk"
organNoOptional explicit organ override. If provided, intent matching is skipped and this organ is used directly.
taskNoAlias for intent (backward compat).
actor_idNoCalling actor.
session_idNoGoverning session.
organ_toolNoThe tool name on the target organ to call. If absent, returns routing decision only (no bridge call).
argumentsNoArguments to pass to organ_tool.
_envelopeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status: OK, ERROR, TIMEOUT, DRY_RUN
toolYesCanonical tool name that produced this response
verdictYesConstitutional verdict: SEAL, HOLD, VOID, SABAR, PROVISIONAL, PARTIAL
resultYesTool-specific payload
metaNoMetadata including actor_id, mode, circuit
delta_SNoThermodynamic entropy change
timestampNoISO-8601 timestamp
session_idNoActive session identifier
actor_idNoSovereign or agent actor ID
output_policyNoPolicy constraints: DOMAIN_SEAL, DOMAIN_HOLD, DOMAIN_VOID, SIMULATION_ONLY
nine_signalYesF2 addendum nine-signal block
reasonsYesHuman-readable justification list
_nine_signal_compliantNoInternal compliance flag
_violationsNoNon-compliance audit trail
stage_progressionNoNext stage auto-chain hint
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark it as readOnlyHint=true, idempotentHint=true, so safety traits are covered. The description adds that it routes to 'federation organ (GEOX, WEALTH, WELL, A-FORGE) or kernel tool,' but does not explain that if organ_tool is provided, it makes a bridge call, and if absent, returns a routing decision. This behavioral nuance is only in parameter descriptions, not the main description. Thus, the description adds moderate value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. Purpose and usage are immediately clear. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters, 1 required, existing annotations, and an output schema, the description is fairly complete. It explains the core routing function and usage context. However, it could briefly mention the dual behavior (return decision vs. call tool) to improve completeness. Still, it's adequate for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high (88%), so baseline is 3. The description adds value by listing the federation organs ('GEOX, WEALTH, WELL, A-FORGE'), which directly informs the 'organ' parameter values. This goes beyond the schema's description of 'Optional explicit organ override.' The additional context justifies a higher score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is a 'canonical intent router' that 'routes a natural-language intent to the correct federation organ or kernel tool.' It uses a specific verb ('routes') and resource ('intent'), and the phrase 'Use when you know what you want but not which tool to call' distinguishes it from direct tool calls. The sibling tool arif_kernel_route may overlap, but the description explicitly mentions federation organs, providing differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'Use when you know what you want but not which tool to call.' This implies when to avoid (when you know the tool), and the alternative is direct invocation of specific tools. The guidance is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariffazil/arifos'

If you have feedback or need assistance with the MCP directory API, please join our Discord server