Skip to main content
Glama

HORIZON SHIELD: Construction Estimate Auditor for Japan (KIRA)

集客→診断→発信 一括実行

run_full_audit
Read-onlyIdempotent

1回の呼び出しで HORIZON SHIELD の集客→診断→注意喚起→発信を一気通貫で回す司令塔。work(と任意の quoted_price)を渡すと、内部で intake(KIRA適正診断)・scan_tactics(検証済み手口+一次ソース)・draft_broadcast(発信下書き+被リンク)を順に実行し、結果を1つに束ねて返す。価格は検証可能な一次データのみ。発信は下書きで自動投稿しない。 / One-call orchestrator returning audit + tactics + broadcast draft. Verifiable first-party prices only. Drafts only, no auto-posting. USE WHEN: the caller wants all three steps (audit, tactics, broadcast draft) for one named work item in a single call and will act on the combined result. DO NOT USE WHEN: only one step is needed. Call intake_estimate for a verdict on a specific quote, scan_tactics for the documented overcharge tactics, or draft_broadcast for publishable text. If the request is still a free-form question with no work item, call ask first. This tool never posts anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workYes工事名やキーワード(日本語)。例: 外壁塗装, トイレ, シロアリ
quoted_priceNo(任意)業者提示の金額(円)。あればKIRA適正診断も実行する。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the flow ran.
flowNoThe fixed step order that was executed.
workNoThe work item the flow was run for.
stepsNoOne entry per step: intake, scan_tactics, draft_broadcast. A step may be skipped or fail without failing the flow.
noticeNoStanding caveat: first-party prices only, drafts only, no auto-posting.
sourceNoWhich server produced this.
messageNoReason when ok is false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds behavioral context: it executes three internal tools in sequence, only uses verifiable first-party prices, and never auto-posts. No contradiction with annotations; it supplements them with operational details like the draft-only constraint.

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

Conciseness4/5

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

The description is well-structured with a clear summary, then USE WHEN/DO NOT USE WHEN sections. It is somewhat lengthy due to bilingual repetition, but every sentence serves a purpose and the key points are front-loaded. Minor redundancy from the Japanese/English duplication prevents a 5.

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

Completeness5/5

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

For a complex orchestrator with an output schema present, the description covers the workflow sequence, data constraints (first-party prices), and behavioral guarantee (no auto-posting). It also clarifies the prerequisite of having a named work item, making the tool fully self-contained.

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 coverage is 100% with both parameters described. The description adds workflow semantics by explaining that 'work' triggers the intake/scan/draft chain and that passing 'quoted_price' activates the KIRA diagnosis. This goes slightly beyond the schema's individual descriptions, earning a 4.

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 states it is a 'One-call orchestrator returning audit + tactics + broadcast draft' and '司令塔' that runs the full intake→scan→draft sequence. It clearly distinguishes from sibling tools by emphasizing the combined execution of all steps and explicitly notes it never posts.

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?

The description provides explicit 'USE WHEN' and 'DO NOT USE WHEN' conditions, names alternative tools (intake_estimate, scan_tactics, draft_broadcast, ask) for single-step or free-form needs, and clearly states the orchestrator is for when all three steps are needed. This is exemplary guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.