Skip to main content
Glama

Read recent sanitized failover events

get_recent_events
Read-onlyIdempotent

Retrieve up to 100 sanitized recent events to diagnose AI proxy failover issues without exposing credentials, subscriptions, or server details.

Instructions

Read up to 100 local sanitized events. Credentials, subscriptions, server addresses, and exit IPs are never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
config_pathNo
provider_idNo
include_node_namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds value by specifying that credentials, subscriptions, server addresses, and exit IPs are never returned, plus the 100-event limit—important context beyond the 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?

Two sentences, no fluff, front-loaded with the action. Every word earns its place.

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

Completeness2/5

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

The tool has 4 parameters, none described in schema or description. While an output schema exists and annotations cover safety, the lack of parameter explanations and usage guidance makes it incomplete. For example, config_path and provider_id are unclear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 4 parameters (limit, config_path, provider_id, include_node_names) with 0% description coverage, and the description does not mention any of them. It fails to explain filtering or configuration options, leaving the agent to guess.

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 'Read up to 100 local sanitized events' with a specific verb (Read) and resource (sanitized events), and the title adds 'failover events'. This distinguishes it from sibling status/health tools, though it doesn't explicitly name them.

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?

No guidance on when to use this tool vs alternatives. It doesn't mention any use case, prerequisites, or exclusions. The description is purely functional with no context for tool selection.

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/doublebearoliver-cyber/mihomo-ai-failover'

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