Skip to main content
Glama

Server Details

Verify a persona's DID-signed identity and query value-based judgment — advisory only, no actions.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a persona card, querying a decision, synchronizing runtime data, and verifying authenticity. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_persona_card, query_persona_decision, sync_persona_card, verify_persona_did), providing predictability.

Tool Count5/5

With 4 tools, the set is well-scoped for the domain of persona card interaction. Each tool earns its place, covering essential operations without being excessive or sparse.

Completeness5/5

The tool surface covers the core workflows for a persona runtime: lookup, decision consultation, synchronization, and verification. There are no missing operations for the stated purpose.

Available Tools

4 tools
get_persona_card페르소나 명함 조회A
Read-only
Inspect

DID로 페르소나 명함(공개 범위)을 조회합니다. 이름·소속·전문 분야·공개 의도와 발급자 서명이 포함됩니다. 이 도구는 정보 조회 전용이며 어떤 행동도 수행하지 않습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes조회할 페르소나 DID (예: did:soma:...)
Behavior4/5

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

Annotations already indicate readOnlyHint=true, and the description reinforces that it performs no actions. It adds value by specifying the return fields (name, affiliation, expertise, public intent, issuer signature), which are not in the schema. No contradictions.

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 core action, and every sentence provides necessary information. No redundant or unnecessary text.

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 simple lookup tool with one parameter and no output schema, the description covers what the tool does, what it returns, and its read-only nature. Annotations provide safety cues. Complete and sufficient.

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 coverage is 100% with a clear description for the 'did' parameter. The tool description does not add additional semantic meaning beyond what the schema already provides, so baseline of 3 is appropriate.

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 (조회/query) and resource (페르소나 명함/persona card by DID), and lists the included fields. It distinguishes from siblings like 'sync_persona_card' by emphasizing it is read-only.

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 states the tool is for information lookup only, but does not explicitly compare with sibling tools like 'query_persona_decision' or 'verify_persona_did'. It lacks explicit when-to-use and when-not-to-use guidance.

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

query_persona_decision페르소나 판단 자문A
Read-only
Inspect

"이 사람이라면 어떻게 판단할까?"를 페르소나에게 자문합니다. 응답은 공개 범위의 가치 기준에 따른 권고(자문)일 뿐이며, 이 도구는 결제·전송·기기제어 등 어떤 실제 행동도 절대 수행하지 않습니다(executed:false 고정). 사적·민감 영역 질문은 보류로 응답됩니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes자문 대상 페르소나 DID
questionYes자문할 질문 (예: '이 제휴 제안을 수락할까요?')
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description adds that it never performs actual actions (confirming read-only nature) and discloses special handling of private/sensitive queries (returning 'hold'). No contradictions.

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 concise, with three sentences covering purpose, behavioral constraints, and private query handling. No redundant information.

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 tool with two parameters and no output schema, the description covers the key behavioral aspects and limitations. The term '보류' could be clarified, but overall it's sufficient for agent invocation.

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?

Input schema has 100% description coverage for both did and question. The description adds a helpful example for the question parameter ('이 제휴 제안을 수락할까요?'), enriching meaning beyond schema alone.

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 advises on 'How would this person decide?' to a persona, distinguishing it from siblings like get_persona_card or verify_persona_did. The verb 'query' plus 'persona_decision' is specific and unambiguous.

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 states it only provides advice and never performs actions (payment, transfer, device control), and that private questions are held. This guides when to use vs alternatives, though it could be more explicit about when not to use this tool.

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

sync_persona_card페르소나 명함 동기화AInspect

해당 DID의 런타임을 최신 상태로 동기화합니다. 명함 수신자가 항상 발급 시점이 아닌 현재의 페르소나와 대화하도록 보장합니다. 페르소나 데이터 갱신 외의 어떤 외부 행동도 수행하지 않습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes동기화할 페르소나 DID
Behavior5/5

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

Annotations show destructiveHint=false and readOnlyHint=false, which together with the description clarify this is a safe write operation. The description explicitly states it performs no external actions beyond data update, providing behavioral clarity beyond annotations.

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?

Three concise sentences, front-loaded with the main action. No redundant information. Every sentence adds value, and the description is well-structured.

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 simplicity (one parameter, no output schema), the description covers the purpose, behavior, and limitations. While it omits details about the return value, this is not critical for a sync operation. The description is sufficiently complete for its 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% (the 'did' parameter is described). The tool description does not add extra semantics about the parameter beyond what the schema already provides, so baseline score of 3 is appropriate.

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 specifies the action 'synchronizes' and the resource 'runtime of the given DID'. It distinguishes from siblings: get_persona_card is read-only, query_persona_decision is query, verify_persona_did is verification; sync_persona_card is a state-update operation.

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 explains the tool's purpose (ensure current persona data) but does not explicitly state when not to use it or mention alternatives. However, the context of siblings and the clear purpose guide usage adequately.

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

verify_persona_did페르소나 DID 서명 검증A
Read-only
Inspect

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

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

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the tool's non-destructive nature is clear. The description adds that it returns SIGNATURE_MISMATCH on tampering and that it doesn't perform actions, which is consistent but not expansive beyond the annotations.

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?

Three concise sentences in Korean. Each sentence serves a distinct purpose: stating the core function, describing the effect of tampering, and providing usage guidance. No unnecessary words or repetition.

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 has two parameters (one optional object) and no output schema, the description covers the main aspects: what it verifies, when to use it, the return value on failure, and the read-only nature. It could optionally mention the success return value or more details about the registry fallback, but it's sufficient for typical use.

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% and both parameters have descriptions in the schema. The tool description adds behavioral context for cardPayload: if omitted, it uses the registry-stored version. This goes beyond just repeating schema descriptions, providing meaningful guidance on optional parameter usage.

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's purpose: verifying if a presented persona card is authentic by checking the issuer's signature. It also explicitly mentions the return value on tampering (SIGNATURE_MISMATCH). This distinguishes it from siblings like get_persona_card (retrieval) and sync_persona_card (synchronization).

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 provides explicit guidance: 'Use when checking if an agent is impersonating' and notes that it is verification-only and does not perform actions. This helps the agent decide when to use the tool, though it does not explicitly mention when NOT to use it or suggest alternatives.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources