Skip to main content
Glama
qase-tms

Qase MCP Server

Official
by qase-tms

list_milestones

Read-onlyIdempotent

Retrieve milestones for a project, with optional search by title and pagination controls.

Instructions

Get all milestones in a project with optional search and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesProject code (2-10 uppercase letters, numbers, or underscores)
searchNoSearch query for milestone title
limitNoMaximum number of items
offsetNoNumber of items to skip
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description adds context about optional search and pagination, which is consistent but adds minimal behavioral insight beyond the annotations.

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?

Single sentence, front-loaded with core purpose, no unnecessary words. Efficiently covers the tool's key features.

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 list operation with 4 parameters and no output schema, the description adequately covers the tool's purpose and features. It could mention return format but is acceptable given the annotations provide safety context.

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?

Input schema descriptions cover 100% of parameters. The description mentions 'search and pagination' but does not add extra meaning beyond the schema's descriptions for parameters like 'limit' and 'offset'. Baseline score of 3 applies.

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 'Get all milestones in a project' with additional features 'optional search and pagination'. It specifies the verb and resource, and distinguishes from get_milestone (singular) and create_milestone. However, it does not explicitly differentiate from other list tools like list_cases.

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

Usage Guidelines3/5

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

The description implies usage for retrieving milestones with search/pagination, but does not provide explicit guidance on when to use this tool versus alternatives like get_milestone for a single milestone. No when-not-to-use or prerequisite information is given.

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/qase-tms/qase-mcp-server'

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