Skip to main content
Glama

retry_circuit_create

Create a circuit breaker to handle failures by opening after consecutive failures and resetting after a timeout, enabling controlled retry mechanisms.

Instructions

[retry] Create a named circuit breaker. The circuit opens (trips) after max_failures consecutive failures and stays open until reset_timeout_seconds have elapsed, then allows a single trial call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
max_failuresNo
reset_timeout_secondsNo
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/0-co/agent-friend'

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