Skip to main content
Glama
xinyuzjj

Superpowers MCP

by xinyuzjj

list-superpower-skills

Discover available superpower skills in the Superpowers MCP framework to access advanced capabilities for AI-driven development tasks.

Instructions

List all available superpowers skills

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:36-43 (registration)
    Registration of the 'list-superpower-skills' tool definition.
    {
      name: 'list-superpower-skills',
      description: 'List all available superpowers skills',
      inputSchema: {
        type: 'object',
        properties: {},
      },
    },
  • The handler implementation for 'list-superpower-skills'. It is currently a placeholder.
    case 'list-superpower-skills': {
      // TODO: Implement skills listing logic
      return {
        content: [
          {
            type: 'text',
            text: 'Available skills: ...',
          },
        ],
      }
    }
Install Server

Other Tools

Latest Blog Posts

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/xinyuzjj/superpowers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server