Skip to main content
Glama

get_current_user

Read-onlyIdempotent

Retrieve the currently authenticated YouTrack user in report or JSON format. Choose JSON to get the instance URL for building issue links, or report for a chat-friendly markdown view.

Instructions

Get the currently authenticated YouTrack user.

format="json" returns a structured dict including instance_url for downstream consumers building issue hyperlinks (e.g. email reports). format="report" (default) preserves the chat-friendly markdown view.

Args: format: "report" (default, markdown) or "json" (structured). instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoreport
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds meaningful behavior about response formats, including the default markdown view and the structured JSON variant containing instance_url.

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

Conciseness4/5

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

The main purpose is front-loaded and the format guidance is compact. The Args section partly duplicates the schema, but it adds behavioral meaning that the schema lacks, so the redundancy is minor.

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 read-only identity tool with an output schema and strong annotations, the description covers the essential behavior and parameter choices. The only notable gap is the lack of detail about the instance parameter, but the tool remains confidently invocable.

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 no parameter descriptions, so the description must compensate. It thoroughly explains the format parameter's values and output effects, but the instance parameter is only described as an optional instance with no guidance on accepted values or usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: get the currently authenticated YouTrack user. The 'currently authenticated' qualifier differentiates it from user-search or mention-related tools, though it does not explicitly name sibling alternatives.

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 explains when to choose each format: JSON for downstream issue hyperlink construction and report markdown as the chat-friendly default. It does not explicitly discuss alternative tools, but the narrow purpose and format guidance provide clear usage context.

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

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/velesnitski/yt-mcp'

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