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
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
The tools are distinguished by request type: AI-only, expert-only, hybrid, and verification. Descriptions explicitly state when to use each, but askExpert and askPearlExpert both lead to human experts and askPearlAi vs askPearlExpert could be confused without careful reading.
Three tools share the 'ask' prefix, but verifyAnswer breaks the pattern. Within the 'ask' group, 'askExpert' lacks the 'Pearl' brand used in 'askPearlAi' and 'askPearlExpert', making naming mixed and not fully systematic.
Four tools is well-scoped for a Q&A/advice server, covering distinct interaction modes without being overly minimal or excessive. Each tool has a clear role.
The set covers the main ways to obtain an answer (AI, human, hybrid) plus a verification step. A minor gap is lack of a tool for managing or tracking ongoing requests, but the surface feels complete for the apparent synchronous use case.
Available Tools
4 toolsaskExpertaskExpertAInspect
Use this when the user explicitly asks to speak with a real human expert, needs personalized advice in a complex or sensitive domain, or says something like 'Can I talk to a real expert?'. Supports phone callback — pass phoneNumber and contactPreference='phone' if the user wants a call.
| 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 | |
| phoneNumber | No | Customer's phone number for expert callback in E.164 format (e.g., +15551234567). Only pass when the user explicitly provides it. | |
| contactPreference | No | Customer's preferred contact method. Set to 'phone' when the user wants a phone callback. | |
| enableMockResponse | No | When true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description reveals that the tool routes to a human expert and supports phone callback via specific parameters, which is useful behavior. With no annotations, the description carries the burden, but it does not explain response behavior, latency, or potential limitations, leaving some uncertainty about what happens after invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with usage triggers and the phone callback option. Every word contributes value, with no redundancy or unnecessary details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with six parameters and no output schema, the description gives core usage context but omits what the user can expect after submission (e.g., chat reply vs. separate callback). It also does not differentiate from the sibling 'askPearlExpert', which could be a similar function, making the description only partially complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides comprehensive descriptions for all 6 parameters (100% coverage), so the description adds little beyond restating the phone callback combination. It does not clarify enableMockResponse or sessionId beyond schema, so it stays at the baseline for full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to connect the user with a real human expert. It provides specific triggers like 'explicitly asks to speak with a real human expert' and 'needs personalized advice in a complex or sensitive domain', which distinguishes it from siblings like askPearlAi that likely provide AI-based answers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: when the user asks for a real expert, needs complex/sensitive advice, or uses phrases like 'Can I talk to a real expert?'. However, it does not name alternative tools or provide when-not-to-use scenarios, so it falls short of full comparative guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
askPearlAiaskPearlAiAInspect
Use this when the user wants a rapid AI-generated answer, draft, or alternative perspective on a low-risk or exploratory topic that does not require human validation. Do not use for medical, legal, financial, or safety-critical questions — use askExpert or askPearlExpert instead.
| 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 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the output is AI-generated, rapid, and not human-validated, which is critical behavioral context. It does not mention return format or data handling, but for a low-stakes AI answer tool, the disclosed traits are substantive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the primary use case, and every clause serves a purpose. The distinction between safe and unsafe usage is made in the second sentence without waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema and no annotations, the description covers what the tool does, when to use it, when not to use it, and which alternatives to choose. This is sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-specific meaning, but the schema already documents all three parameters clearly (question, sessionId, chatHistory). No need for description to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to provide rapid AI-generated answers, drafts, or alternative perspectives on low-risk topics. It distinguishes itself from sibling tools by explicitly naming alternatives (askExpert, askPearlExpert) for higher-risk questions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use conditions (low-risk, exploratory, no human validation) and when-not-to-use conditions (medical, legal, financial, safety-critical), along with named alternative tools. This is exactly what the dimension expects.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
askPearlExpertaskPearlExpertAInspect
Use this when the problem is complex, ambiguous, high-stakes, or multidisciplinary and would benefit from AI intake followed by escalation to a human expert. Do not use for simple fact queries (use askPearlAi) or when the user explicitly requests a human directly (use askExpert). Supports phone callback — pass phoneNumber and contactPreference='phone' if the user wants a call.
| 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 | |
| phoneNumber | No | Customer's phone number for expert callback in E.164 format (e.g., +15551234567). Only pass when the user explicitly provides it. | |
| contactPreference | No | Customer's preferred contact method. Set to 'phone' when the user wants a phone callback. | |
| enableMockResponse | No | When true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the AI-intake-to-human-escalation flow and phone callback support, but lacks details on side effects, async behavior, response format, or potential delays. This is a reasonable disclosure but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with usage guidance, and every sentence adds value. It is concise and well structured without unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool that routes to human experts, the description provides strong decision-support context (when/why to use, alternatives) and phone callback instructions. However, it does not explain what happens after invocation (e.g., async response, expected return), which is a minor gap given no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with all parameters described. The description adds no additional parameter semantics beyond what the schema already provides, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is for complex, ambiguous, high-stakes, or multidisciplinary problems that benefit from AI intake followed by human expert escalation. It distinguishes itself from sibling tools askPearlAi and askExpert, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use (complex/ambiguous/high-stakes/multidisciplinary), when not to use (simple fact queries, direct human request), and names the exact alternative tools. Also provides guidance for phone callback usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verifyAnswerverifyAnswerAInspect
Use this when a professional needs to validate the correctness, safety, or trustworthiness of a specific AI-generated answer, or when the user asks to have an answer double-checked by a real expert.
| 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) | |
| enableMockResponse | No | When true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the burden of disclosing behavior. It reveals the key trait that verification is performed by a 'real expert,' which is a meaningful behavioral disclosure. However, it does not mention potential side effects, asynchronicity, cost, or what the return value looks like, leaving significant behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded with the usage trigger ('Use this when...'). It is compact and free of fluff, though slightly verbose with the triad 'correctness, safety, or trustworthiness' which could be condensed without losing meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately explains what the tool does and when to use it, but given there is no output schema and no annotations, it should disclose the return format or acknowledge that it routes to a human expert asynchronously. This missing information leaves the agent uncertain about what to expect from the tool's response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already fully documents all parameters. The description adds minimal semantic value beyond the schema—just framing the 'answer' as AI-generated. This meets the baseline but does not exceed it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('validate') and resource ('AI-generated answer'), and distinguishes itself from sibling askExpert tools by focusing on verification of an existing answer rather than asking a new question. It also names the exact triggering condition ('when the user asks to have an answer double-checked').
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit 'when to use' context: validating correctness, safety, or trustworthiness, or when the user requests expert double-checking. It does not explicitly list when not to use or name alternative tools, but the purpose is distinct enough that the usage context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Servers
- Flicense-qualityCmaintenanceAn MCP server that provides hybrid search over Confluent support articles and lets AI assistants save solved problems back into the knowledge base.

Sablier MCP Serverofficial
AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.833MIT- Flicense-qualityDmaintenanceAn MCP server that routes tasks to the best AI models, aggregates responses with confidence scoring, and applies billionaire thinking frameworks for strategic decisions.
- FlicenseAqualityCmaintenanceAn MCP server for Tendem that enables users to complete tasks using a hybrid of AI and human agents. It allows for seamless task delegation and management within MCP-compatible clients.8103