Skip to main content
Glama
emiliaprotocol

emilia-mcp-server

Official

ep_principal_lookup

Look up a principal by ID to retrieve its bindings, controlled entities, and continuity history.

Instructions

Look up a principal — the enduring actor behind entities. Returns bindings, controlled entities, and continuity history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
principal_idYesPrincipal ID (e.g. ep_principal_abc)
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as side effects (likely a read-only lookup), authentication requirements, rate limits, or data freshness. It only mentions return values, which is insufficient for full transparency.

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 a single sentence with no unnecessary words. It front-loads the purpose and immediately lists return values, making it efficient and scannable.

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?

The tool has only one parameter and no output schema, so the description reasonably covers the input and hints at outputs ('bindings, controlled entities, and continuity history'). It is mostly complete but could define these terms slightly better for agents unfamiliar with the domain.

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?

The schema provides 100% coverage with a description for the only parameter 'principal_id' (e.g., format). The description does not add extra meaning beyond the schema, such as clarifying the principal ID format or how to obtain it. Baseline 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 defines the tool's action (look up a principal) and explains what a principal is ('the enduring actor behind entities'), and specifically lists the returned data: bindings, controlled entities, and continuity history. This distinguishes it from sibling tools like ep_search_entities or ep_trust_profile.

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 implies usage when needing to resolve an entity to its principal or find historical information, but it does not explicitly state when to choose this tool over alternatives like ep_search_entities or ep_trust_profile. No exclusions or alternatives are mentioned.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emiliaprotocol/emilia-protocol'

If you have feedback or need assistance with the MCP directory API, please join our Discord server