Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KANEO_TOKENYesKaneo API token
KANEO_BASE_URLYesKaneo API URL (e.g., https://your-kaneo-instance.com/api)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workspacesA

List all accessible workspaces

list_projectsB

List all projects in a workspace

list_columnsA

List all columns in a project

list_tasksB

List tasks in a project with columns and pagination

searchC

Search tasks, projects, or comments

get_taskB

Get details of a specific task

create_taskB

Create a new task in a project

update_taskA

Update one or more task fields (partial update). Provide at least one update field.

delete_taskC

Delete a task

create_subtaskA

Create a subtask linked to a parent. Status inherits from parent unless specified.

list_subtasksB

List subtasks of a parent task

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources