Skip to main content
Glama
cameronrye

AT Protocol MCP Server

by cameronrye

get_user_profile

Retrieve a user profile from the AT Protocol, including stats and verification status. Provides additional viewer-specific data when authenticated.

Instructions

Retrieve a user profile from AT Protocol. Returns detailed profile information including stats and verification status. Works without authentication but provides additional viewer-specific data (following status, muted/blocked status) when authenticated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorYes
Behavior4/5

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

Given no annotations, the description discloses key behavioral traits: it is a read operation, requires no auth but can return auth-specific data. No contradictions or missing critical behaviors for a simple profile retrieval.

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, no wasted words. Front-loaded with the core action and resource, followed by important authentication nuance. Efficient and 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?

For a simple profile retrieval tool with a single parameter and no output schema, the description covers the main return value and authentication behavior. Could mention error handling or response format, but overall adequate.

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

Parameters2/5

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

The single parameter 'actor' has no description in the schema (0% coverage). The description does not explicitly mention or explain the parameter, leaving the agent to infer its meaning from context. This is a significant gap.

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 'Retrieve a user profile from AT Protocol' and specifies what it returns (detailed profile information including stats and verification status). This distinguishes it from siblings like get_user_summary.

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?

Provides clear context on when to use the tool (to retrieve a profile) and notes authentication behavior (works without auth, but provides extra data when authenticated). Does not explicitly exclude alternatives, but the context is sufficient.

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/cameronrye/atproto-mcp'

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