Skip to main content
Glama

Prompt Auto-Optimizer MCP

by sloth-wq

gepa_get_pareto_frontier

Extract optimal AI prompt candidates from the Pareto frontier based on performance thresholds and task-specific filters to enhance prompt effectiveness and efficiency.

Instructions

Retrieve optimal candidates from Pareto frontier

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of candidates to return
minPerformanceNoMinimum performance threshold for candidates (optional)
taskFilterNoFilter candidates by specific task types (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of candidates to return", "type": "number" }, "minPerformance": { "description": "Minimum performance threshold for candidates (optional)", "type": "number" }, "taskFilter": { "description": "Filter candidates by specific task types (optional)", "items": { "type": "string" }, "type": "array" } }, "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