Skip to main content
Glama
velesnitski

yt-mcp

by velesnitski

get_deadline_impact

Analyze what breaks if an issue misses a deadline. Categorizes impact as BLOCKED, AT RISK, or DONE.

Instructions

Analyze what breaks if an issue slips past a deadline. Categorizes as BLOCKED, AT RISK, or DONE.

Args: issue_id: Root issue ID or URL deadline: Deadline date for context (optional) instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deadlineNo
instanceNo
issue_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the output categories but does not disclose whether the tool mutates data, requires permissions, or has side effects. The behavioral impact is unclear.

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 extremely concise: two sentences plus a simple arg list. Every string adds value, with no superfluous content. The structure is easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists, the description need not explain return values. However, it only hints at the output (categorization) and does not elaborate on the analysis scope or depth. For a tool with three parameters and no behavioral notes, this is minimally adequate but could explain when to expect each category.

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 has 0% description coverage, but the description adds meaning to each parameter: issue_id can be ID or URL, deadline is a date for context, instance is the YouTrack instance. This is helpful but not detailed; for example, the format of deadline and instance is not specified.

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 tool's purpose: to analyze what breaks if an issue slips past a deadline and categorizes results into three states (BLOCKED, AT RISK, DONE). This is a specific verb+resource combination that generally distinguishes it from siblings, though it could be more explicit about how it differs from related tools like 'deadline_scorecard'.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description simply states what the tool does without mentioning context, prerequisites, or exclusions, leaving the agent to infer appropriate use from the purpose alone.

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