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페르소나 명함 조회
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes조회할 페르소나 DID (예: did:soma:...)
query_persona_decision페르소나 판단 자문
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes자문 대상 페르소나 DID
questionYes자문할 질문 (예: '이 제휴 제안을 수락할까요?')
sync_persona_card페르소나 명함 동기화Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
didYes동기화할 페르소나 DID
verify_persona_did페르소나 DID 서명 검증
Read-only
Inspect

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

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

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