Skip to main content
Glama

Prompt Auto-Optimizer MCP

by sloth-wq

gepa_recover_component

Restore or recover a specific GEPA component within the Prompt Auto-Optimizer MCP server using strategies like restart, rebuild, or reset to defaults.

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" }

Other Tools from Prompt Auto-Optimizer MCP

Related Tools

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