Skip to main content
Glama

get_current_user

Get the currently authenticated user information including name, email, timezone, and active subscription plan. All scheduling timestamps (scheduled_at) must be in UTC format (Y-m-d H:i:s). Use the timezone field to convert from user local time to UTC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool is a read operation ('Get') but does not explicitly declare safety or side-effect profile, nor does it discuss authentication requirements, error behavior, or response format. The note about scheduling timestamps is tangential and could confuse agents about the tool's scope. Minimal but acceptable for a simple getter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief (two sentences), but the second sentence about scheduling timestamps and UTC format is irrelevant to the tool's purpose and appears to be a copy-paste error. This extraneous information reduces clarity and adds noise, so it is not optimally concise.

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 parameterless read-only tool without an output schema, the description covers the essential information: what it returns (name, email, timezone, subscription plan) and a usage tip. The only weakness is the misplaced UTC note, which slightly detracts but does not create a major gap. Overall, an agent can invoke it correctly.

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?

The tool has zero parameters, so the schema coverage is 100% by definition. The baseline for 0 parameters is 4, and the description adds no parameter-specific information (none needed). It appropriately includes the expected return fields, which is sufficient.

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 action (get) and the resource (currently authenticated user) and enumerates specific fields: name, email, timezone, and active subscription plan. This is a precise, unambiguous purpose that distinguishes it from sibling tools like get_account_metrics or list_accounts.

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?

The description implicitly defines when to use the tool (when you need the current user's identity and profile details) and even gives a practical tip on converting local time to UTC using the timezone field. It does not explicitly exclude alternatives or mention when not to use it, but given that no sibling tool serves the same purpose, the guidance is adequate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.