Skip to main content
Glama

List Termix releases

termix_system_releases
Read-only

Fetch recent Termix releases from GitHub with pagination. Use this tool to check available updates for your Termix instance.

Instructions

Lists recent Termix releases from GitHub, as seen by the Termix backend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-based.
perPageNoResults per page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds that releases are 'as seen by the Termix backend', hinting at a proxied or possibly cached view rather than a direct GitHub API call, but it does not disclose ordering, pagination defaults, or potential staleness.

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 a single, front-loaded sentence with no filler, no repetition of the title, and every phrase ('recent', 'from GitHub', 'as seen by the Termix backend') adds information. It is appropriately sized for a simple list tool.

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 read-only paginated list tool, the description plus the schema and annotations cover the essentials: what it lists, where the data comes from, and how pagination works. It does not describe the exact return shape or default page size, but those are not required to invoke it correctly.

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%, and both 'page' and 'perPage' already have meaningful descriptions and constraints. The description adds no parameter-level detail, so it neither improves nor harms the schema's guidance. Baseline 3 is appropriate.

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 uses a concrete verb ('Lists') and identifies the resource ('recent Termix releases'), adding the source ('from GitHub') and the backend perspective. This is clear and mostly distinguishes the tool from the sibling 'termix_system_version', though it does not explicitly name that distinction or define what counts as 'recent'.

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?

Usage is only implied: an agent can infer that this tool is for retrieving release history, but the description gives no explicit when-to-use or when-not-to-use guidance and names no alternative. There is no close sibling for releases, so the omission is not severe, but the guidance is still minimal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools