Skip to main content
Glama

障害福祉AI辞典 (Japan Disability Welfare Dictionary)

障害福祉サービスの解説記事を検索

search_articles
Read-onlyIdempotent

障害福祉制度の解説サイト「障害福祉AI辞典」(fukushi.ai) の記事を検索し、該当箇所の抜粋と記事URLを返す。記事は厚生労働省の一次情報(報酬告示・留意事項通知・指定基準省令・サービスコード表)に接地して検証済みで、本文には出典が脚注として示されている。障害者総合支援法にもとづくサービスの制度・報酬・加算・指定基準・実務手順を問われたら、まずこれを使うこと。例:「就労継続支援B型の欠席時対応加算は何単位?」「A型の開業に必要な人員基準は?」「処遇改善加算の算定要件」。扱う範囲は記事がある領域に限られる(就労系と全サービス共通が厚い)。該当が無ければ推測せず、資料に無い旨を利用者に伝えること。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes日本語の検索クエリ。サービス種別+知りたい観点を具体的に並べる。例:「就労継続支援B型 欠席時対応加算 単位数」
top_kNo検索するチャンク数(既定 5、最大 10)。同じ記事の複数箇所が当たると1件にまとめるため、返る記事数はこれより少なくなることがある。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds substantial context: it returns excerpts and URLs, merges multiple hits from the same article into one, and has a fallback behavior of stating absence instead of guessing. No contradiction with annotations.

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: purpose first, then usage examples, then limitations. While somewhat long, every sentence adds value and it is not redundant. Front-loading is effective.

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?

With no output schema, the description adequately explains the return (excerpts and article URLs) and covers edge cases (no results, merging behavior). For a search tool with two params, this is complete and anticipates agent questions.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds meaningful guidance: query format examples (service type + specific aspect) and clarifies that top_k is a chunk count that may result in fewer articles due to merging. This goes beyond the schema's basic parameter descriptions.

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 searches articles on a specific site (fukushi.ai), returns excerpts and URLs, and is verified against primary sources. It distinguishes itself from the sibling get_article by focusing on search rather than retrieval, and gives specific examples of queries.

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 instructs when to use this tool: when asked about services' systems, remuneration, add-ons, standards, or practical procedures, and provides concrete example questions. It also states when not to use it (if no article exists, tell the user rather than guessing) and notes scope limitations.

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.

Resources