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

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation4/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness4/5

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 tools
askExpertaskExpertAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe user's question
sessionIdNoOptional session ID for continuing a conversation
chatHistoryNoOptional conversation history. This ensures experts see the complete context
phoneNumberNoCustomer's phone number for expert callback in E.164 format (e.g., +15551234567). Only pass when the user explicitly provides it.
contactPreferenceNoCustomer's preferred contact method. Set to 'phone' when the user wants a phone callback.
enableMockResponseNoWhen true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior.
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

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

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe user's question
sessionIdNoOptional session ID for continuing a conversation
chatHistoryNoOptional conversation history. This ensures experts see the complete context
phoneNumberNoCustomer's phone number for expert callback in E.164 format (e.g., +15551234567). Only pass when the user explicitly provides it.
contactPreferenceNoCustomer's preferred contact method. Set to 'phone' when the user wants a phone callback.
enableMockResponseNoWhen true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior.
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

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)
enableMockResponseNoWhen true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior.
Behavior3/5

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.

Conciseness4/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources