Skip to main content
Glama
uyuni-project

Uyuni MCP Server

Official

summarize_system_updates

Summarize pending updates for a system by name or ID, with optional filtering by advisory type. Returns update counts and metadata.

Instructions

Summarize pending updates for one system.

Inputs: system_identifier (system_name or system_id); optional advisory_types. Name not found: resolve with find_systems_by_name, then pass system_id. Best for counts only. advisory_types accepts: Security Advisory, Product Enhancement Advisory, Bug Fix Advisory. Returns: update counts and meta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
system_identifierYes
advisory_typesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries the burden. It discloses return type ('update counts and meta') and accepted advisory types, but doesn't mention permissions or side effects. Adequate but could be more transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise with 5 sentences, front-loaded purpose. Minor redundancy ('Inputs:' prefix) but overall efficient and well-structured.

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

Completeness5/5

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

Given 2 parameters and existence of output schema, description covers inputs, resolution, and output type. Sufficient for selection and correct invocation.

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%, yet description adds significant meaning: explains 'system_identifier' can be name or id and suggests resolution method, lists valid advisory_types values, and marks it optional. Adds value beyond schema.

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 'Summarize pending updates for one system', using a specific verb and resource. It distinguishes from sibling tools like 'summarize_fleet_updates' by specifying 'one system'.

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 advises 'Best for counts only' and provides a resolution step using 'find_systems_by_name', guiding when to use and how to prep inputs. Lacks explicit when-not-to-use but clear context.

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/uyuni-project/mcp-server-uyuni'

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