Skip to main content
Glama
drewrukin

dtrack-mcp

by drewrukin

get_project_versions

Retrieve all versions of a project by its exact name, sorted with newest first, to select source and target UUIDs for vulnerability comparison and triage operations.

Instructions

List all versions of a project by exact name.

Returns {name, total, versions} where versions are sorted newest first (semver-aware, lexicographic fallback). Used to pick source / target UUIDs for diff_findings and carry_over_triage. Read-only.

Args: name: Exact project name. active_only: Exclude projects marked inactive in DT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
active_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 discloses read-only nature, sorting behavior (semver-aware, newest first), and return structure. It does not mention error handling or rate limits, but for a simple listing tool, this is adequate.

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, with each sentence adding value. It front-loads the main action, then covers return, use case, read-only status, and parameters. No redundant information.

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 simplicity and the presence of an output schema, the description is fairly complete. It explains purpose, usage, behavior, and parameters. It could mention error scenarios (e.g., project not found), but for a listing tool, the provided information is sufficient.

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?

Schema description coverage is 0%, meaning the description must fully explain parameters. It does so effectively: 'name: Exact project name' and 'active_only: Exclude projects marked inactive in DT' with default true, adding meaning beyond the schema's type definitions.

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 'List all versions of a project by exact name,' which is a specific verb+resource combination. It distinguishes itself from siblings by mentioning its use for picking UUIDs for diff_findings and carry_over_triage, which are sibling tools.

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 says 'Used to pick source / target UUIDs for diff_findings and carry_over_triage,' providing clear context for when to use it. It also states 'Read-only,' but does not explicitly exclude other scenarios or list alternatives.

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/drewrukin/dtrack-mcp'

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