Skip to main content
Glama
velesnitski

yt-mcp

by velesnitski

user_time_summary

Retrieve a user's total logged time and per-issue breakdown for a given date range, defaulting to the current month.

Instructions

Time summary for one user: total logged plus per-issue breakdown.

Matches by work-item author and work-item date. When neither since nor until is given, defaults to the current calendar month — an unbounded scan of a user's whole history was rarely what callers meant and is capped anyway. Pass an explicit early since (e.g. "1970-01-01") for all-time. Unknown users surface YouTrack's own error message.

Args: user: YouTrack login (or user id) — required instance: YouTrack instance name/URL (auto-detected if blank) since: Start date YYYY-MM-DD (default: 1st of current UTC month) until: End date YYYY-MM-DD (optional) top_issues: How many top issues to list (default: 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
sinceNo
untilNo
instanceNo
top_issuesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses key behaviors: default date range, capping of unbounded scans, matching criteria (author and date), and error handling. Since no annotations exist, it carries full burden. It does not cover auth needs or rate limits, but for a read-only tool this is sufficient.

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 concise (three paragraphs) and well-structured: purpose sentence, detailed behavior note, and clear Args list. Every sentence adds value; no fluff.

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?

Given 5 parameters, output schema exists, and no annotations, the description covers purpose, parameter semantics, default behavior, and error handling. It is complete for an agent to understand and invoke correctly.

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?

With 0% schema description coverage, the description provides full parameter semantics: user (required login or ID), instance (auto-detect), since/until (date format and defaults), top_issues (default 10). This adds significant meaning beyond the schema's type and default values.

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 'Time summary for one user: total logged plus per-issue breakdown,' specifying the verb (get summary), resource (time for a user), and scope (one user). This distinguishes it from sibling tools like monthly_time_report_by_user, which likely aggregates multiple users.

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 explicitly explains default behavior (current calendar month) and how to override for all-time ('Pass an explicit early since'). It also mentions error handling for unknown users. However, it lacks explicit guidance on when to use this tool versus alternatives or when not to use it.

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

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