Skip to main content
Glama
oranger07
by oranger07

decompose_query

Decomposes complex audit questions into sub-questions, retrieves and verifies answers via orchestration, then aggregates results with confidence assessments.

Instructions

问题拆解与逐题验证编排器:将复杂审计问题拆为子问题,逐题调用 Hermes 编排获取答案并核实,汇总输出含可信度评估

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It transparently describes the multi-step process: decomposition, Hermes orchestration, answer verification, and confidence assessment. However, it does not disclose potential side effects or resource usage.

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?

The description is a single sentence that efficiently communicates the tool's purpose, process, and output without unnecessary words.

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?

Given the tool's one-parameter schema and existence of an output schema, the description adequately covers the core functionality. It mentions the output includes confidence, but lacks details on error handling or prerequisite conditions.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It indicates the input is a complex audit question, but does not explicitly describe the 'query' parameter beyond that context.

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 the tool decomposes complex audit questions into sub-questions, orchestrates with Hermes, and outputs a summary with confidence. This distinct purpose separates it from siblings like smart_query or agent_query which handle simpler queries.

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

Usage Guidelines3/5

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

The description implies usage for complex audit questions requiring decomposition, but does not specify when not to use it or provide explicit alternatives among sibling tools.

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/oranger07/mcp_law_server'

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