Skip to main content
Glama

Prompt Auto-Optimizer MCP

by sloth-wq

gepa_recover_component

Restore or repair a specific GEPA component, such as the evolution engine, LLM adapter, or memory cache, using strategies like restarting, restoring from backup, or resetting to defaults, to ensure continuous AI prompt optimization.

Instructions

Recover a specific GEPA component

Input Schema

NameRequiredDescriptionDefault
componentTypeYesType of component to recover
strategyNoRecovery strategy to userestart

Input Schema (JSON Schema)

{ "properties": { "componentType": { "description": "Type of component to recover", "enum": [ "evolution_engine", "pareto_frontier", "llm_adapter", "trajectory_store", "memory_cache" ], "type": "string" }, "strategy": { "default": "restart", "description": "Recovery strategy to use", "enum": [ "restart", "restore_from_backup", "rebuild", "reset_to_defaults" ], "type": "string" } }, "required": [ "componentType" ], "type": "object" }

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/sloth-wq/prompt-auto-optimizer-mcp'

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