Skip to main content
Glama

get_my_mentions

Read-onlyIdempotent

Identify comments requiring your attention: direct mentions and probable replies in YouTrack while filtering out automated bot notifications.

Instructions

What needs my attention in comments: mentions and likely replies.

Two YouTrack queries (mentions: me and commenter: me, both bounded to the window) merged and analyzed locally:

  • Mentions — someone named me in a comment (login and display-name variants, underscore/case-insensitive).

  • Possible replies — a comment by someone else, newer than my latest comment on an issue I commented in (YouTrack comments are flat; this heuristic is how "answered me" is approximated).

Workflow-bot posts, service stamps, and notification-template pings (e.g. "FYI @…" nag reposts) are filtered out; the dropped count is reported so nothing disappears silently.

Args: days: Lookback window (default: 14) max_results: Max items per section (default: 15) instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
instanceNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (read-only, idempotent, open-world, non-destructive), the description explains the local merge and heuristic for approximating replies, and explicitly discloses filtering of bot posts and notification-template pings along with a reported dropped count. This is significant behavioral context not visible in annotations or schema.

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 well-structured, front-loaded with purpose, then implementation details, then parameters. Every sentence adds meaningful information, with no filler.

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 the tool's moderate complexity and presence of an output schema, the description covers operations, filtering, and parameters thoroughly. Minor gap: it doesn't explicitly describe the output shape beyond 'analyzed locally' and 'dropped count is reported', but the output schema exists to cover that.

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 schema has zero description coverage for parameters, but the description's Args section explains 'days' as lookback window, 'max_results' as max items per section, and 'instance' as YouTrack instance. That fully compensates for the schema 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 the tool's purpose: retrieving mentions and likely replies from comments that need the user's attention. It uses specific verbs and resources ('Mentions', 'Possible replies') and distinguishes it from generic comment or issue tools. The first sentence alone tells an agent exactly what this tool surfaces.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly defines when to use this tool: when the user needs to see what needs attention in comments. It also differentiates from siblings by naming the underlying queries and the local analysis heuristic. It does not explicitly say 'use X instead, but the distinction between mentions/replies and other comment/issue tools is clear from the 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