skills-hub
Server Details
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
- 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 3.7/5 across 4 of 4 tools scored.
The tool 'list_installed_skills' has a name suggesting it lists installed skills, but its description says it browses the catalog, causing potential confusion with 'search_skills' which also searches the catalog. Other tools are distinct.
All tools follow a consistent verb_noun pattern in snake_case: get_skill_detail, install_skill, list_installed_skills, search_skills. The pattern is predictable throughout.
With 4 tools covering core operations (detail retrieval, installation, listing, and search), the count is well-scoped for a skills hub catalog server.
The server lacks tools for uninstalling skills and for listing actually installed skills (the existing list tool browses the catalog). Essential lifecycle operations are missing.
Available Tools
4 toolsget_skill_detailAInspect
Get full details about a skill including instructions, version, and quality scores
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Skill slug (e.g. 'code-review') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states the tool 'Get' which implies a read operation but does not disclose any behavioral traits such as authentication requirements, rate limits, or side effects. The description only describes what is returned, not how the tool behaves.
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 of 12 words, front-loaded with the verb and resource. Every word contributes meaning with no redundancy or filler.
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 the simple input (one slug), no output schema, and no annotations, the description adequately states what the tool returns (instructions, version, quality scores). It is mostly complete for a straightforward retrieval tool, though it could mention that output is for a specific skill.
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 one parameter 'slug' described in the schema. The tool description adds no additional meaning beyond the schema (e.g., format examples or constraints). Per guidelines, baseline is 3 when coverage is high, and there is no extra value added.
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 verb 'Get' and resource 'full details about a skill', listing specific contents (instructions, version, quality scores). It distinguishes from siblings: list_installed_skills lists all skills and search_skills searches, while this retrieves details for a specific skill by slug.
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 implies use for retrieving detailed information about a known skill, but does not explicitly state when to use versus siblings (e.g., when you need full detail vs. just listing) or when not to use. No alternatives or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
install_skillAInspect
Record an installation of a skill from skills-hub.ai. If the caller belongs to an organization, the org's install policy is enforced and a blocked install returns an error explaining the policy.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Skill slug to install (e.g. 'code-review') | |
| platform | No | Target platform (default 'CLAUDE_CODE'; e.g. 'CURSOR', 'CODEX_CLI', 'WINDSURF') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description should disclose behavioral traits. It mentions policy enforcement and error on blocked install, but does not describe the action's nature (e.g., side effects, permissions, success response). Adequate 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?
Two concise sentences, front-loaded with purpose. No wasted words.
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 no output schema, the description lacks details on return values or success behavior. For a simple install tool, additional info on what response to expect would improve completeness.
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 covers both parameters with descriptions (100% coverage). The description adds minimal extra meaning (e.g., 'from skills-hub.ai' for slug, default platform value). Baseline 3 is appropriate as schema does the heavy lifting.
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 it records an installation of a skill from skills-hub.ai. While it doesn't explicitly distinguish from sibling tools, the action of installing is distinct from getting details, listing installed, or searching, so purpose is clear.
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 context about when to use (e.g., to install a skill, with note about org policy enforcement). However, it does not specify when not to use or provide alternatives, leaving some guidance gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_installed_skillsAInspect
Browse the skills-hub.ai catalog sorted by popularity, optionally filtered by category
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 100) | |
| category | No | Filter by category slug |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description carries full burden. 'Browse' implies read-only behavior, but no mention of pagination, authentication, rate limits, or other constraints. Adequate but minimal for a tool without annotations.
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?
Single sentence, front-loaded with verb and resource, no waste. Efficiently communicates core purpose.
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?
Tool has 2 optional params and no output schema. Description adequately explains basic functionality but omits return format. Sufficient for simple browse tool; could mention response contains list of skills.
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 covers both parameters with clear descriptions. Description adds 'sorted by popularity' context not in schema, but otherwise repeats 'optionally filtered by category'. Baseline 3 due to high schema coverage; minimal extra value.
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?
Clear verb 'browse', specific resource 'skills-hub.ai catalog', and key attributes 'sorted by popularity, optionally filtered by category'. Distinguishes from siblings by describing a browsing action rather than detail retrieval or search.
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?
Implies usage for broad browsing and filtering, but no explicit when-to-use or when-not-to-use compared to siblings. Context signals provide sibling names, but description lacks explicit guidance on tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_skillsAInspect
Search the skills-hub.ai catalog for AI coding skills. Returns matching skills with metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 50) | |
| query | Yes | Search query (e.g. 'code review', 'testing React') | |
| category | No | Filter by category slug (e.g. 'review', 'test', 'build') |
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 states returns matching skills with metadata but does not elaborate on what metadata includes, pagination, ordering, or any authentication/rate limit context. Minimal disclosure.
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 efficiently convey purpose and basic info. No unnecessary words, front-loaded with key action 'Search the skills-hub.ai catalog'.
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 a simple search tool but lacks details on output format, metadata fields, result ordering, or error cases. No output schema to compensate. Could be more complete given three parameters.
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 descriptions for all parameters. Description adds value with examples for query and category, and explains default/max for limit. This goes beyond schema alone.
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 clearly states it searches a specific catalog for AI coding skills and returns matching skills with metadata. It distinguishes from siblings 'get_skill_detail' and 'list_installed_skills' by focusing on catalog search.
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?
Implied usage for searching the catalog, but no explicit guidance on when to use this tool versus alternatives like 'get_skill_detail' or 'list_installed_skills'. No when-not-to-use conditions mentioned.
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!