Skip to main content
Glama
qase-tms

Qase MCP Server

Official
by qase-tms

list_custom_fields

Read-onlyIdempotent

Retrieve all custom field definitions from your Qase test management platform, with support for pagination to control the number of results.

Instructions

Get all custom field definitions with optional pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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, destructiveHint=false, idempotentHint=true. The description adds minimal behavioral info (pagination support), but does not contradict annotations. The description is adequate given strong annotation coverage.

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 the action and resource, no unnecessary words. Every word earns its place.

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?

No output schema is provided, but the description implies the return is a list of custom field definitions. An explicit mention of the return value would improve completeness, but the tool is simple and the name is self-explanatory.

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?

Schema coverage is 100% (both limit and offset have descriptions). The description only mentions 'optional pagination,' adding no new parameter semantics beyond what the schema provides. Baseline 3 is appropriate.

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 uses a specific verb ('Get') and resource ('custom field definitions') with a key feature ('optional pagination'). It clearly distinguishes from siblings like 'get_custom_field' (singular) and 'list_system_fields'.

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 implies usage for retrieving all custom field definitions with pagination, but does not explicitly state when to prefer this over 'get_custom_field' or other list tools. However, the context is clear enough for a simple tool.

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