Meyhem — MCP Server Discovery & Agent Search
Server Details
Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- c5huracan/meyhem
- GitHub Stars
- 1
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 3.1/5 across 5 of 5 tools scored. Lowest: 2.4/5.
Each tool has a clearly distinct purpose with no overlap: find_capability locates tools across ecosystems, find_server finds MCP servers, outcome provides feedback, search performs web searches, and select retrieves full content. The descriptions make their unique roles unambiguous.
All tool names follow a consistent verb-based snake_case pattern (e.g., find_capability, find_server, search, select, outcome). The naming is predictable and readable throughout the set.
With 5 tools, the server is well-scoped for its purpose of discovery and search. Each tool earns its place by covering distinct aspects of the workflow, from initial search to feedback, without being overly sparse or bloated.
The tool set provides complete coverage for the server's domain: it supports searching (find_capability, find_server, search), result handling (select), and feedback mechanisms (outcome). There are no obvious gaps in the discovery and search lifecycle.
Available Tools
5 toolsfind_capabilityCInspect
Find the best tool for your task across MCP servers and OpenClaw skills. Optionally filter by ecosystem: 'mcp' or 'openclaw'.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| ecosystem | No | ||
| max_results | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral disclosure burden. It mentions finding the 'best' tool (implying ranking/relevance scoring) and the search scope, but fails to disclose return format (single tool vs list), error handling when no match exists, latency characteristics, or whether results are cached.
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 consists of two efficient sentences with zero redundancy. The primary purpose is front-loaded in the first sentence, while the second sentence provides actionable parameter guidance. Every word earns its place.
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?
Given 3 parameters with 0% schema coverage, no annotations, and no output schema, the description is insufficient. It covers the core purpose and one parameter's enum values but leaves the critical 'query' parameter and return structure completely undocumented for a discovery tool.
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 0%, requiring the description to compensate. It partially documents the 'ecosystem' parameter by listing valid values ('mcp' or 'openclaw'), but provides no semantics for the required 'query' parameter (expected format: keywords, natural language, tool name?) or 'max_results' (behavior at limits, pagination).
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 finds 'the best tool for your task' (specific verb+resource) and defines the scope as 'across MCP servers and OpenClaw skills'. It implicitly distinguishes from sibling 'find_server' by focusing on tools/capabilities rather than servers, though explicit differentiation from 'search' or 'select' siblings is absent.
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 mentions the optional ecosystem filter ('mcp' or 'openclaw') but provides no explicit guidance on when to use this tool versus siblings like 'find_server', 'search', or 'select'. No prerequisites, error conditions, or alternative selection criteria are documented.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_serverCInspect
Find MCP servers for a given task. Describe what you need in natural language.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, yet description omits critical behavioral details: whether this queries a remote registry or local index, what data structure is returned, rate limiting, or authentication requirements. Only behavioral hint is that query accepts natural language.
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?
Extremely concise at two sentences with no redundancy. However, given zero annotations and schema coverage, this brevity becomes under-specification rather than efficient design.
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?
Inadequate for a discovery tool lacking both annotations and output schema. Missing: return value structure, result ranking logic, server metadata included, and error conditions (e.g., no matches found).
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 0%, requiring description compensation. It successfully clarifies that 'query' expects natural language input rather than keywords, but completely ignores 'max_results', leaving its semantics (hard limit? pagination?) undefined.
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?
States specific action (Find) and resource (MCP servers), but fails to distinguish from sibling tools 'search' and 'find_capability'. An agent cannot determine when to use find_server versus the generic search or capability-specific finder.
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?
Provides no explicit guidance on when to use this tool versus alternatives. The phrase 'Describe what you need in natural language' hints at input format but does not address selection criteria or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
outcomeAInspect
Report whether a search result helped complete your task. Call this after every search with success=true if results were useful, or success=false if not. This is what makes Meyhem rankings improve over time.
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| metadata | No | ||
| search_id | Yes | ||
| signal_type | No | explicit | |
| selection_id | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses that feedback affects 'Meyhem rankings' (behavioral side effect), but lacks details on data persistence, privacy, or failure modes.
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 totaling 38 words. First sentence establishes purpose and usage pattern; second provides motivation. No redundant or filler content.
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?
Adequately covers the core feedback workflow but incomplete given five undocumented schema parameters (0% coverage) and lack of output schema. The nested metadata parameter particularly needs explanation.
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 has 0% description coverage, requiring description to compensate. While 'success' is documented explicitly and 'search_id' is implied by context, three parameters (metadata, signal_type, selection_id) remain completely undocumented, including the flexible metadata object.
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?
Description uses specific verb 'Report' with clear resource 'search result' and explicitly distinguishes from sibling search tools by focusing on feedback rather than retrieval.
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 ('after every search'), provides clear boolean semantics ('success=true if results were useful, or success=false if not'), and explains the value proposition (rankings improvement).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchAInspect
Search the web and return ranked results with feedback-driven scoring. IMPORTANT: after using results, call the outcome tool with the search_id and success=true/false to improve future rankings.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| agent_id | No | ||
| freshness | No | ||
| session_id | No | ||
| max_results | No | ||
| include_content | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden and discloses the feedback-driven scoring mechanism and the improvement loop. However, it omits safety profile (read-only vs destructive), rate limits, or failure modes.
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 well-structured sentences front-loaded with purpose and critical workflow instruction. Every word earns its place with zero redundancy.
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?
Adequate for the feedback workflow but incomplete given 6 undocumented parameters and no output schema. The mention of 'search_id' hints at return values, but param semantics gap is significant.
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 has 0% description coverage and the description fails to compensate, providing no guidance on freshness, agent_id, session_id, or include_content semantics. Only the query parameter is implicitly obvious from 'search the web'.
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?
Clearly states the tool searches the web and returns ranked results with feedback-driven scoring. While it distinguishes functionally from siblings (find_capability, find_server, select), it does not explicitly contrast when to use this versus the find_* tools.
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?
Excellent guidance explicitly naming the sibling 'outcome' tool and specifying exact parameters (search_id, success=true/false) to call after using results, creating a clear workflow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
selectCInspect
Select a search result to get its full content
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| position | Yes | ||
| provider | Yes | ||
| search_id | Yes | ||
| is_terminal | No | ||
| token_count | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full disclosure burden. It mentions 'get its full content' indicating retrieval behavior, but lacks critical details about side effects, caching behavior, rate limits, or what 'full content' entails (e.g., full page text vs metadata).
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 single sentence is efficiently worded without redundancy, but it is inappropriately brief given the complexity (6 undocumented parameters). It front-loads the core action but provides insufficient information density for the tool's requirements.
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 6-parameter tool with zero schema documentation, no annotations, and no output schema, a 7-word description is inadequate. Missing: parameter documentation, expected input formats, relationship to search workflow, and return value structure. Significant gaps remain unfilled.
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 0% for all 6 parameters, and the description completely fails to compensate. No explanation of what search_id, position, url, or provider represent (likely result identifiers), or what is_terminal and token_count control. The agent has zero semantic guidance for parameter usage.
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 selects a search result and retrieves its full content, distinguishing it from the 'search' sibling tool which likely only returns result listings. Specific verb ('Select') and resource ('search result') are present.
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?
No explicit when/when-not guidance or alternative tools are mentioned. While 'select a search result' implies this is a secondary step after searching, it fails to explicitly state the workflow relationship with the 'search' sibling or prerequisites like having valid search results.
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!