gotask-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| task_listA | List all tasks defined in the current project's Taskfile.yml The caller should look for their current project in user_info and pass the project path to this tool. Args: current_project: The path to the current project Returns: A string containing the list of tasks |
| run_taskA | Run a specific task. The task_list tool should be used before calling this tool to get a list of available tasks. Args: current_project: the path to the current project task_name: the name of the task to run Returns: STDOUT/STDERR output from the task |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/PaddyAlton/gotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server