Skip to main content
Glama

페르소나 DID 서명 검증

verify_persona_did
Read-only

제시된 페르소나 명함이 진본인지(발급자 서명이 유효한지) 판정합니다. 명함 내용이 한 글자라도 변조되면 SIGNATURE_MISMATCH를 반환합니다. 에이전트 사칭 여부를 확인할 때 사용하세요. 검증 전용이며 행동을 수행하지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYes검증할 DID
cardPayloadNo검증 대상 명함 전체 JSON(서명 포함). 생략 시 레지스트리 보관본을 자체 검증

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating no side effects. The description adds valuable behavioral details: it returns SIGNATURE_MISMATCH if the card is tampered, and it is verification-only. It does not contradict annotations. The description could be enhanced by noting any prerequisites (e.g., registry access) but is sufficient given the read-only nature.

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 three sentences with no unnecessary words. Key information is front-loaded: purpose, error condition, and use case. Every sentence adds value.

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 simple verification tool with 2 parameters and no output schema, the description is complete. It covers the purpose, behavior, parameter semantics (including optional fallback), and use case. It does not explicitly state the success return value, but the error case (SIGNATURE_MISMATCH) is described, which is sufficient for understanding.

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?

Both parameters (did, cardPayload) have descriptions in the schema, achieving 100% coverage. The description adds semantic value beyond the schema: it explains that if cardPayload is omitted, the tool uses the registry-stored version for self-verification. This extra context justifies a score above the baseline of 3.

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 verb (판정합니다 - determines), the resource (페르소나 명함 - persona card), and the specific purpose (validating signature to detect tampering). It differentiates from sibling tools: get_persona_card retrieves cards, query_persona_decision queries decisions, sync_persona_card syncs cards, while this tool is exclusively for verification.

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 says when to use the tool: '에이전트 사칭 여부를 확인할 때 사용하세요' (use when checking for agent impersonation). It also notes it is verification-only and performs no actions. However, it does not explicitly mention when not to use it or provide direct alternatives, though the sibling context provides implicit differentiation.

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