Server Details
Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsaskExpertTry in Inspector
Get direct assistance from a human expert. Use when:
The user explicitly asks to speak with a real human expert
They need personalized advice in complex or sensitive domains
They request a human directly (e.g., 'Can I talk to a real expert?') Returns a session_id for follow-up questions.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The user's question | |
| sessionId | No | Optional session ID for continuing a conversation | |
| chatHistory | No | Optional conversation history. This ensures experts see the complete context |
askPearlAiTry in Inspector
Get a quick AI-generated response without human expert review. Use when:
The user wants a rapid draft or alternative perspective
The topic is low-risk / exploratory and doesn't require human validation
Comparing approaches or brainstorming Avoid for: medical, legal, financial, or safety‑critical questions (use askExpert or askPearlExpert).
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The user's question | |
| sessionId | No | Optional session ID for continuing a conversation | |
| chatHistory | No | Optional conversation history. This ensures experts see the complete context |
askPearlExpertTry in Inspector
Hybrid intake → human expert escalation. Flow:
AI gathers clarifying context
Conversation can escalate to a human expert with structured info Use when:
Problem is complex, ambiguous, multidisciplinary, or high stakes
A tailored recommendation or diagnostic reasoning is needed
You anticipate follow-up requiring human judgment Avoid for: trivial fact queries (use askPearlAi) or direct human request (use askExpert).
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The user's question | |
| sessionId | No | Optional session ID for continuing a conversation | |
| chatHistory | No | Optional conversation history. This ensures experts see the complete context |
verifyAnswerTry in Inspector
Submit a single AI-generated answer for human expert verification. Use when:
You need a professional to validate correctness, safety, or trustworthiness of an AI answer
The user asks to have the previous answer double‑checked by a real expert Parameters:
answer: REQUIRED string. The AI answer to verify.
chatHistory: OPTIONAL array. Prior conversation context (excluding the answer if duplicated).
sessionId: OPTIONAL string to continue an existing verification session. Auto-generated if omitted. Returns JSON with verified answer, session_id, status, and guidance for follow-up.
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The AI-generated answer that requires human verification | |
| sessionId | No | Existing session ID to continue; generated if omitted | |
| chatHistory | No | Optional prior messages for context (ordered, oldest first) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!