Skip to main content
Glama
rafsilva85

SkillFlow MCP Server

by rafsilva85

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

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/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues