Skip to main content
Glama

uratori(ウラトリ)

Server Details

日本企業の第三者認証(ISO 27001/Pマーク/ISMAP等)を公開情報から実調査し、5区分の判定と証跡URLを返す。未確認は未取得の断定ではない。

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one returns static definitions and research limitations, while the other performs the actual vendor certification investigation. There is no meaningful overlap or risk of an agent selecting the wrong tool.

Naming Consistency5/5

Both names consistently follow a snake_case verb_noun pattern: get_status_definitions and research_vendor_certifications. The verbs differ because the actions differ, but the naming style is uniform and predictable.

Tool Count3/5

With only two tools the surface feels thin in raw count, though both are essential for the narrow purpose: one provides definitions and context, the other carries out the research. This is borderline but not excessive or padded for the server's focused scope.

Completeness5/5

For the stated purpose of researching a single Japanese vendor's certifications, the toolset is complete: it provides the investigation action with evidence URLs and dates, plus a status-definitions helper for interpreting results. There are no obvious missing operations within the read-only scope of this domain.

Available Tools

2 tools
get_status_definitionsAInspect

uratori の判定5区分(verified_official / public_evidence / vendor_confirm_required / not_found / expired_or_negative)と、not_found の内訳4区分の定義、調査方法と限界を返す。research_vendor_certifications の結果を解釈する前に一度読むことを推奨。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description fully describes the tool's output: definitions, methods, and limitations. It is a simple read-only tool with no side effects or auth requirements mentioned, but the description is transparent enough for the task.

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 two sentences, front-loaded with the main output, and every sentence adds value. No wasted words.

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?

Given no parameters and no output schema, the description covers the return content (definitions, methods, limitations) and usage recommendation. It is complete for a simple tool.

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?

The tool has no parameters, so per guidelines the baseline is 4. The description adds no parameter info beyond what the schema provides, which is sufficient.

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 returns definitions of 5 judgment categories and 4 subcategories of 'not_found', along with investigation methods and limitations. It distinguishes from the sibling tool by recommending reading this before using research_vendor_certifications.

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

Usage Guidelines4/5

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

The description explicitly recommends reading this before interpreting results from research_vendor_certifications, providing clear context for use. It lacks explicit when-not-to-use guidance, but the recommendation is strong and informative.

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

research_vendor_certificationsAInspect

日本の取引先(ベンダー)1社の第三者認証・監査レポート(ISO/IEC 27001, プライバシーマーク, ISMAP, SOC 2 等)の取得状況を、公開情報(公的レジストリ・企業公式サイト)から実調査して返す。判定は5区分(公式確認/公開記載=自己申告/要ベンダー確認/公開情報では未確認/失効・取消)で、各判定に証跡URLと取得日が付く。「未確認」は未取得の断定ではない。結果は参考情報であり、安全/危険の判定や認証の保証ではない。法人番号(13桁)を指定すると同名別法人との取り違えを防げる。無料・数十秒かかることがある。

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceUrlNo対象サービスまたは会社公式サイトのURL(任意・http(s))。入力すると名寄せと認証照合の精度が上がります
companyNameYes会社名(例: フリー株式会社)。正式な登記名称に近いほど正確
serviceNameNoサービス名(任意。省略時は会社名を使用)
corporateNumberNo法人番号13桁(任意・推奨。同名別法人の取り違え防止)

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it handles this well. It discloses that results come from real research of public sources, that '未確認' is not a claim of non-certification, that results are reference-only and not a safety/certification guarantee, and that the operation may take tens of seconds. This gives the agent appropriate expectations about reliability, latency, and interpretation of outputs.

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 dense but every clause earns its place: purpose, source, classification scheme, evidence output, caveats, and operational notes. It is front-loaded with the core purpose before adding limitations and performance expectations, and avoids unnecessary repetition.

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?

There is no output schema, so the description must explain what the agent can expect back, and it does: five judgment categories, evidence URLs, and acquisition dates. It also covers edge interpretation ('未確認' is not denial), the reference-only nature of results, and the option to reduce ambiguity via corporate number. This is sufficient for a look-up/research tool of this complexity.

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 100%, so the baseline is 3 even without additional parameter explanations. The description does reinforce the value of corporateNumber for disambiguation and mentions serviceUrl for improved matching, but those details already appear in the schema. It adds little beyond what the schema already communicates.

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 specific verb ('実調査して返す'), resource (a single Japanese vendor's third-party certifications/audit reports), and scope (public registries and official sites). It lists concrete certification types and explicitly says it covers one vendor, which distinguishes it from a general-purpose or batch lookup tool. The five-tier judgment system further sharpens what the tool returns.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: researching certification status for one Japanese vendor using public information. It also explains that specifying a corporate number avoids misidentifying similar-named companies and notes the tool is free but may take tens of seconds. However, it does not explicitly discuss when not to use it or mention the sibling tool as an alternative.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedresearch_vendor_certifications2 fields changed
      • changedInput schema / properties / serviceUrl / description
        Previous value: -"対象サービスまたは会社公式サイトのURL(http(s))"New value: +"対象サービスまたは会社公式サイトのURL(任意・http(s))。入力すると名寄せと認証照合の精度が上がります"
      • changedInput schema / required
        Previous value: -[
        -  "companyName",
        -  "serviceUrl"
        -]New value: +[
        +  "companyName"
        +]
  2. 2 tool updates
    • First observedget_status_definitions
    • First observedresearch_vendor_certifications

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    日本の公的制度(補助金/法令/税務/法人/判例)を提供する MCP サーバー。261 ツール、¥3/billable unit、匿名 3/日 free。Evidence Packets with source_url + source_fetched_at + known_gaps. PyPI: autonomath-mcp.
    36 PyPI
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Passive website security and trust auditor that checks for security, SEO, AI surface, email, and other exposures, producing a score and remediation plan.
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables ethical security testing and attack surface management through SSL certificate validation, CVE queries, subdomain enumeration, security header analysis, and comprehensive reconnaissance capabilities. Designed for authorized penetration testing workflows with responsible disclosure practices.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Structured financial data for ~3,800 Japanese listed companies from EDINET regulatory filings — financials, major shareholders, segments, executive compensation, and corporate history. Remote MCP over HTTPS with OAuth 2.0, free tier.
    13
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources