Skip to main content
Glama

atlas-mcp-server

atlas_skill_list

Retrieve and filter available skills by name or description using optional search terms, enabling efficient task and skill management within the ATLAS MCP server framework.

Instructions

Lists available skills with optional fuzzy name matching

Input Schema

NameRequiredDescriptionDefault
filterNoOptional search term to filter skills by name or description

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Optional search term to filter skills by name or description", "type": "string" } }, "type": "object" }

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/cyanheads/atlas-mcp-server'

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