Skip to main content
Glama
yyy188
by yyy188

list_jama_test_runs

Retrieve test runs for a project or test cycle in Jama. Specify project ID or test cycle ID to view details such as name, status, and assigned user.

Instructions

List test runs for a project and/or test cycle.

At least one of ``project_id`` / ``test_cycle_id`` must be provided.

Args:
    project_id: optional numeric string Jama project id.
    test_cycle_id: optional numeric string Jama test cycle id.
    limit: max test runs to return (default 50).

Returns:
    {"count","results":[{id,name,status,test_cycle,item,assigned_to,
    modified_date}, ...]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
project_idNo
test_cycle_idNo
Behavior3/5

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

No annotations provided, so description carries full burden. It describes return format and default limit but omits potential errors (e.g., invalid IDs), authentication, or pagination behavior. Adequate for a read-only list operation.

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?

Very concise: one sentence for purpose, one for requirement, then Args section with brief explanations. No wasted words, well-organized.

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 3 parameters, no output schema, and no annotations, the description covers purpose, parameters, and return structure. Could mention error handling when both IDs missing, but overall sufficient.

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?

Schema coverage is 0%, but description adds meaning: explains each parameter as optional numeric strings, limit as max test runs with default. This compensates for schema's lack of descriptions.

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 verb and resource: 'List test runs for a project and/or test cycle.' It specifies scope via optional parameters, distinguishing it from sibling tools like list_jama_projects or list_jama_releases.

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?

Explicit condition provided: 'At least one of project_id / test_cycle_id must be provided.' The limit parameter and its default are described. No explicit when-not-to-use or alternatives, but clear enough for typical use.

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/yyy188/jama-mcp-server'

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