Skip to main content
Glama

create_news

Publish a news item visible to all project members, with email notifications triggered per configuration. Share a title, description, and optional summary to update the team.

Instructions

Publish a news item in a project.

News is visible to every project member and triggers an email notification according to the instance's configuration — not a silent draft.

Args: project_identifier: project identifier. title: news title. description: news body. summary: summary line shown in the listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
summaryNo
descriptionYes
project_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that the news is visible to all project members, triggers email notifications according to instance configuration, and is 'not a silent draft.' This gives valuable insight into side effects, though it does not address permission requirements or reversibility.

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 efficiently structured with a one-sentence purpose, a short behavioral note, and a clean bulleted list of arguments. Every sentence earns its place, with no redundancy or filler.

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 that an output schema exists, the description does not need to explain return values. It covers the core behavior (visibility, notifications), all parameters, and the distinction from a draft. It does not mention prerequisites like project existence, but this is likely implicit and does not heavily detract from completeness.

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 0%, so the Args section is the only source of parameter meaning. It provides one-line explanations for all four parameters, but some are tautological (e.g., 'project identifier' for project_identifier, 'news title' for title). It adds meaningful distinction for 'summary line shown in the listing' and 'news body' vs 'summary,' but overall the enrichment is modest.

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 opens with 'Publish a news item in a project,' which uses a specific verb ('publish') and resource ('news item'). This clearly distinguishes from sibling tools like list_news, get_news_item, update_news, and delete_news, establishing it as the creation/publishing operation.

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 provides clear context by explaining that news is visible to all project members and triggers email notifications, implying this is for published announcements rather than drafts. However, it does not explicitly name alternative tools or state when not to use it, so it falls short of full guidance.

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