atlas-mcp-server

by cyanheads
Verified

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" }
ID: b8veo1exod