Skip to main content
Glama

Mentor MCP Server

second_opinion

Analyzes user requests using an LLM to suggest critical considerations, offering additional insights for improved decision-making in development and planning tasks.

Instructions

Provides a second opinion on a user's request by analyzing it with an LLM and listing critical considerations.

Input Schema

NameRequiredDescriptionDefault
user_requestYesThe user's original request (e.g., 'Explain Python to me' or 'Build a login system')

Input Schema (JSON Schema)

{ "properties": { "user_request": { "description": "The user's original request (e.g., 'Explain Python to me' or 'Build a login system')", "type": "string" } }, "required": [ "user_request" ], "type": "object" }

You must be authenticated.

Other Tools from Mentor 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/cyanheads/mentor-mcp-server'

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