SkillFlow MCP Server
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
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.
Naming Consistency5/5All 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.
Tool Count5/5With 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.
Completeness4/5The 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.
Average 3.6/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since annotations are absent, description carries full burden. It discloses sorting behavior (popularity and trust score) and implies time-sensitivity ('currently'), but lacks safety information (read-only status), rate limits, or cache behavior that would be essential for agent decision-making.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with action and resource. Zero waste. Every clause earns its place by conveying domain ('SkillFlow marketplace') and behavioral attributes (sorting logic).
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for low complexity (1 optional param, no output schema). Covers essential 'what' and 'how sorted', but gaps remain in usage context (when to browse vs search) given the presence of sibling search_skills.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with 'limit' fully described in properties. Per guidelines, baseline is 3 when schema does the heavy lifting. Description does not mention the limit parameter, but no additional semantic context is needed beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
Clear specific verb 'Get' and resource 'trending skills'. Mentions 'SkillFlow marketplace' domain and distinguishes from siblings by specifying 'sorted by popularity and trust score' (curated list vs search/query-based retrieval). Could be 5 if it explicitly contrasted with search_skills.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Zero guidance on when to use versus sibling tool search_skills or prerequisites. Does not clarify that this is for discovery/browse without a query, while search_skills requires search terms.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses what data is retrieved (published skills and verification status), adding useful context, but omits safety indicators (read-only nature), error behaviors, or rate limits that agents need for mutation-risk assessment.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no wasted words. It is front-loaded with the action ('Get information...') and immediately specifies the scope of returned data.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (1 simple parameter, no nested objects, 100% schema coverage) and absence of an output schema, the description adequately covers the tool's purpose by specifying the exact data returned (verification status), though it could note error cases for invalid publisher IDs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (publisher_id is fully documented with type, description, and example), establishing a baseline of 3. The description does not mention the parameter at all, but given the high schema coverage, no additional compensation is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and resource ('skill publisher') and clarifies what data is returned ('published skills and verification status'). However, it does not explicitly differentiate from sibling tools like get_skill_details that might also expose publisher metadata.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus alternatives (e.g., when you need publisher verification status rather than skill details), nor does it mention prerequisites like needing the exact publisher_id.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosure. It partially compensates by describing the return payload ('descriptions and skill counts'), but lacks information on caching, rate limits, authorization requirements, or pagination behavior for the 'all' scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the action verb. Every clause earns its place by specifying scope ('all'), domain ('on SkillFlow'), and return structure ('with descriptions and skill counts').
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (no parameters, simple list operation) and lack of output schema, the description adequately covers the functional scope by clarifying the return data includes descriptions and counts. It appropriately conveys what the agent will receive without an explicit output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, which per the rubric establishes a baseline score of 4. The description does not need to compensate for missing schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description provides a clear verb ('List') and specific resource ('skill categories on SkillFlow'), and clarifies what data is returned ('descriptions and skill counts'). However, it does not explicitly differentiate from siblings like search_skills or get_skill_details via comparison, only implicitly through the resource name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description contains no guidance on when to use this tool versus alternatives such as search_skills, nor does it mention prerequisites or exclusions. It states what the tool does but not when it should be selected.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, description carries full burden. It discloses return values ('trust scores and install instructions') but omits other behavioral traits like pagination, rate limits, or result ordering.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two well-structured sentences. First establishes the search operation and filters, second describes return payload. Zero waste, front-loaded with action verb.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a 3-parameter search tool without output schema. Covers search domain, filter options, and return data. Minor gap: no mention of pagination or result limits.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with clear descriptions. The description reinforces parameter semantics by mentioning 'keyword, category, or tag' and 'trust scores', but adds minimal new information beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb ('Search') and resource ('AI agent skills on SkillFlow marketplace') with specific search criteria (keyword, category, tag). Lacks explicit differentiation from siblings like get_skill_details or get_trending_skills.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear context on how to search (by keyword, category, or tag) and what filters are available. Does not explicitly name alternatives or exclusion criteria (e.g., when to use get_skill_details instead).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With zero annotations, the description carries the full burden. It successfully discloses what data fields are returned, acting as proxy for missing output schema. However, it omits safety assertions (read-only status), error behaviors (404 if invalid skill_id), or auth requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Single information-dense sentence with zero waste. Front-loaded action ('Get detailed information') followed by parenthetical enumeration of return values. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Excellent for a low-complexity tool (1 simple parameter). Compensates for missing output schema by explicitly listing four return data categories. Would be 5 if it included behavioral notes (read-only assurance, error states) due to missing annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (skill_id fully documented with description and example), meeting baseline expectations. The description adds no additional parameter guidance, but requires none given the complete schema self-documents the single required field.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
States specific verb 'Get' with resource 'skill' and enumerates exact data returned (description, install instructions, trust score, platforms). The word 'specific' clearly distinguishes this from sibling search_skills (discovery) and get_trending_skills (list).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear context that this tool retrieves details for a single identified skill (implying prerequisite ID), distinguishing it from search/list siblings. However, it does not explicitly name alternatives (e.g., 'use search_skills to find skill IDs first') or state when-not-to-use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rafsilva85/skillflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server