SkillFlow MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_skillsA | Search for AI agent skills on SkillFlow marketplace by keyword, category, or tag. Returns matching skills with trust scores and install instructions. |
| get_skill_detailsA | Get detailed information about a specific skill including description, install instructions, trust score, and compatible platforms. |
| list_categoriesA | List all available skill categories on SkillFlow with descriptions and skill counts. |
| get_trending_skillsB | Get currently trending skills on SkillFlow marketplace, sorted by popularity and trust score. |
| get_publisher_infoB | Get information about a skill publisher including their published skills and verification status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: get_publisher_info focuses on publishers, get_skill_details on individual skills, get_trending_skills on trending lists, list_categories on categories, and search_skills on keyword-based discovery. The descriptions reinforce these boundaries, making misselection unlikely.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_publisher_info, search_skills). The verbs are descriptive and uniform across the set, with no deviations in style or convention.
With 5 tools, this server is well-scoped for a marketplace discovery service. Each tool earns its place by covering distinct aspects of browsing and querying skills, publishers, and categories, without being overly sparse or bloated.
The tool set provides comprehensive read-only coverage for exploring a skill marketplace, including publishers, skills, categories, and search. A minor gap exists in the lack of tools for installing or managing skills, but agents can still perform discovery tasks effectively.