Skip to main content
Glama

Meta Prompt MCP Server

by tisu19021997
Apache 2.0
3
  • Apple
  • Linux

expert_model

Consult specialized agents for complex problem-solving by specifying expert name, instructions, and iteration count to receive tailored responses through the Meta Prompt MCP Server.

Instructions

Use this tool to communicate with an expert.

Args: name: The name of the expert to communicate with. Required. instructions: The instructions to send to the expert. Required. output: The answer from the expert based on the instructions. Required. iteration: The number of experts you have consulted so far. Start with 1.

Input Schema

NameRequiredDescriptionDefault
instructionsYes
iterationYes
nameYes
outputYes

Input Schema (JSON Schema)

{ "properties": { "instructions": { "title": "Instructions", "type": "string" }, "iteration": { "title": "Iteration", "type": "integer" }, "name": { "title": "Name", "type": "string" }, "output": { "title": "Output", "type": "string" } }, "required": [ "name", "instructions", "output", "iteration" ], "type": "object" }
Install Server

Other Tools from Meta Prompt MCP Server

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/tisu19021997/meta-prompt-mcp-server'

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