Skip to main content
Glama

pearl-api-mcp-server

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
askExpertTry 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe user's question
sessionIdNoOptional session ID for continuing a conversation
chatHistoryNoOptional 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).

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe user's question
sessionIdNoOptional session ID for continuing a conversation
chatHistoryNoOptional conversation history. This ensures experts see the complete context
askPearlExpertTry in Inspector

Hybrid intake → human expert escalation. Flow:

  1. AI gathers clarifying context

  2. 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).

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe user's question
sessionIdNoOptional session ID for continuing a conversation
chatHistoryNoOptional 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answerYesThe AI-generated answer that requires human verification
sessionIdNoExisting session ID to continue; generated if omitted
chatHistoryNoOptional prior messages for context (ordered, oldest first)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.