Skip to main content
Glama
PaddyAlton

gotask-mcp

by PaddyAlton

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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