Skip to main content
Glama

Resolve fmsg address

resolve_address
Read-onlyIdempotent

Resolve a short name to a full fmsg address via directory or default domain; return literal @user@domain unchanged. Fail when no match to request the full address.

Instructions

Resolve a short name to a full fmsg address without sending anything: a literal @user@domain is returned as-is, otherwise a configured directory entry is used, otherwise @name@. Fails when nothing matches so you can ask the user for the full address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull fmsg address (@user@domain) or a short name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
resolutionYes

Schema Changelog

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

  1. First observedv0.1.3

TDQS

A4.8/5.0
Behavior5/5

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

Description discloses the exact resolution logic: literal addresses pass through, directory lookup is attempted, then a default-domain fallback, and failure when nothing matches. This goes beyond annotations by describing order and failure conditions. It also reinforces readOnlyHint with 'without sending anything'.

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?

Two sentences carry substantial meaning with no filler. The main action is front-loaded and the failure behavior is included as part of the same compact explanation.

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 single-parameter resolver, the description covers every outcome: literal, directory hit, default domain, and failure, plus side-effect safety. An output schema exists to document the return shape, so the description does not need to repeat it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already describes the parameter (100% coverage), the description deepens meaning by explaining how the value is interpreted: a literal @user@domain is returned as-is, otherwise directory/default domain logic applies. This tells the agent exactly what input forms are acceptable and what behavior each triggers.

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 uses the specific verb 'Resolve' and identifies the exact resource: a short name converted to a full fmsg address. It also states the side-effect-free nature ('without sending anything'), clearly distinguishing it from messaging tools. The three-step resolution order removes ambiguity about what the tool does.

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?

It implies when to use the tool: anytime you need a canonical address before addressing recipients, and explicitly explains failure behavior. It does not name sibling alternatives, but none of the listed siblings perform address resolution, so the context is clear. Could add an explicit 'use before add_recipients/send_message' but that is inferable.

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

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/markmnl/fmsg-mcp'

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