Skip to main content
Glama

list_news

Retrieve Redmine news entries for all projects or a specific project. Set a limit to control the number of items returned.

Instructions

List news items.

Args: project_identifier: restrict to a project (empty = all). limit: maximum number of news items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
project_identifierNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states what the tool does without disclosing return format, pagination, or safety profile. For a read-only operation, it does not explicitly confirm read-only behavior, though it is implied by 'list'.

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?

Extremely concise, front-loaded with the purpose, and the args list is clear and structured. Every sentence 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?

For a simple list tool with an output schema present, the description covers the main behavior and parameters adequately. It might benefit from noting pagination or ordering, but it is sufficient for a straightforward list operation.

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?

The description explains both parameters, which is essential since the schema provides no descriptions. It clarifies that project_identifier restricts to a project and empty means all, and that limit controls the maximum number of news items. This adds meaning beyond the bare parameter names and defaults.

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 'List news items' with a specific verb and resource. It distinguishes from siblings like get_news_item (single item) and create_news/update_news/delete_news (mutations).

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?

No explicit guidance on when to use this tool vs alternatives. However, the name and context imply it is for listing multiple news items, while get_news_item is for a specific one. Lacks explicit exclusions or alternative references.

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/alsimoes/mcp-redmine'

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