Skip to main content
Glama

timps_changelog_generator

Generate a Conventional Commits changelog from commit history, PRs, and issues, with semver bump recommendations.

Instructions

Generate a Conventional Commits changelog from commit history, PRs, and issues; supports semver bump recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestNoPlain-English task or context for the agent.
languageNoPrimary programming language (default: python).python
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It mentions the tool generates a changelog and supports semver recommendations, but does not clarify whether the operation is read-only, whether it creates or modifies files, what the output format is, or any side effects. This lack of safety/effect information is a significant gap for an unannotated tool.

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, well-structured sentence that front-loads the core function and adds a secondary feature. Every word contributes, with no padding or repetition. This is a model of conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the tool is simple (two parameters, no output schema), the lack of annotations places a greater burden on the description. It defines what the tool does but omits operational details like return value, whether it modifies any state, or any limitations. This is minimal viable completeness but leaves clarity gaps for an autonomous agent.

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 description coverage is 100% for both parameters ('request' and 'language'), so the schema already provides adequate meaning. The description adds no extra parameter-level detail, which is acceptable given the high coverage, but it does not elevate beyond the baseline.

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 the tool's function: 'Generate a Conventional Commits changelog from commit history, PRs, and issues; supports semver bump recommendation.' It specifies the verb, resource, and sources, making the purpose highly understandable. However, it does not explicitly distinguish this from sibling tools like timps_release_manager, which could also involve changelogs, so it misses the highest bar.

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

Usage Guidelines2/5

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

The description provides no explicit when-to-use guidance or alternatives. It simply describes the tool's capability without indicating when to prefer it over other tools, whether any prerequisites exist, or when not to use it. This leaves the agent to infer usage context from the tool name alone.

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/Sandeeprdy1729/timps-swarm'

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