Skip to main content
Glama

atlas-mcp-server

atlas_skill_invoke

Execute specific skills individually or combined by passing skill names and optional parameters. Enhances task management for LLMs in the ATLAS-MCP server.

Instructions

Executes specific skills (individually or combined)

Input Schema

NameRequiredDescriptionDefault
parametersNoOptional parameters to pass to the skills
skillsYesArray of skill names to invoke. Can use dot notation for combining skills (e.g., 'software-engineer.typescript.git')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "additionalProperties": {}, "description": "Optional parameters to pass to the skills", "type": "object" }, "skills": { "description": "Array of skill names to invoke. Can use dot notation for combining skills (e.g., 'software-engineer.typescript.git')", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "skills" ], "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