Skip to main content
Glama

get_me

Retrieves the current signed-in user's profile to access identifiers like id, display name, and email.

Instructions

Get the current signed-in user's profile (id, displayName, mail, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectNoComma-separated fields to return (e.g. 'id,displayName,mail,userPrincipalName'). Defaults to common fields.
Behavior4/5

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

No annotations are present, so the description carries the burden. It explicitly states 'Get', indicating a read-only operation. It does not discuss permissions or rate limits, but for a simple profile retrieval, the behavioral trait is clear.

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 that starts with the verb and resource, leaving no wasted space. It is front-loaded and conveys essential information efficiently.

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 no output schema, the description provides an adequate overview of what is returned via examples. It is sufficiently complete for a simple tool with one optional parameter, though it could mention that the return is a JSON object.

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% with the select parameter described. The description adds value by listing example fields (id, displayName, mail) that can be returned, which complements the schema and helps the agent understand typical 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 verb 'Get', the resource 'current signed-in user's profile', and lists example fields like id, displayName, mail. It distinguishes from sibling get_* tools which target other entities (plans, tasks).

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?

While no explicit when-to-use or alternatives are mentioned, the name and context make it clear this is for retrieving the authenticated user's profile. The description is straightforward and implies use when user profile data is needed.

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/Plong-Wasin/planner-mcp'

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