Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

Get log service entries

get_log_entries
Read-onlyIdempotent

Retrieve and filter Redfish log entries by severity or timestamp from a selected LogService for troubleshooting.

Instructions

Collect entries from a selected LogService with optional severity and timestamp filtering for troubleshooting workflows. Returns: Object with filtered entries and the endpoint plus chosen manager/log-service context. Lists are wrapped as {items, total, truncated}. Example: get_log_entries(log_service_uri='/redfish/v1/Managers/1/LogServices/SEL', severity='Critical', limit=50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of log entries to return.
sinceNoOptional ISO-8601 timestamp (example: 2026-08-11T12:00:00+00:00). Older entries are skipped.
endpointNoConfigured endpoint name. Omit to use the default endpoint.
severityNoOptional case-insensitive filter applied to LogEntry.Severity. Allowed values: - OK: Informational or operating normally. - Warning: A condition that requires attention. - Critical: A critical condition that requires immediate attention.
manager_uriNoOptional manager URI used to resolve a LogServices collection when log_service_uri is omitted.
log_service_uriNoOptional explicit LogService URI. Omit to auto-select the first manager log service.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context by explaining the return object structure (entries, endpoint, manager/log-service context) and the list wrapper format {items, total, truncated}, which is not present in annotations.

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?

Three concise sentences with no fluff: purpose, return format, and a concrete example. The structure is front-loaded and every sentence earns its place.

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 the rich output schema and annotations, the description is complete. It explains what the tool does, what it returns, and provides an example. There is no missing critical information for an agent to select and invoke the tool correctly.

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 100%, so baseline is 3. The description adds value with a concrete example showing log_service_uri, severity, and limit usage, and also mentions 'selected LogService' which maps to the core parameters. This goes beyond just repeating schema descriptions.

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 the tool collects entries from a LogService with optional filtering, which is a specific verb+resource. It distinguishes itself from generic tools like redfish_get by focusing on log entries and troubleshooting workflows.

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: 'for troubleshooting workflows' and demonstrates filtering by severity and timestamp. It does not explicitly mention alternatives or exclusions, but the context is sufficient to infer when to use it.

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/mirastacklabs-ai/mirastack-redfish-mcp'

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