Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPRRINT_API_KEYNoYour Sprrint API key. Overrides the configured api_key.
SPRRINT_API_URLNoThe URL of your Sprrint instance. Overrides the configured api_url.
SPRRINT_PROJECTNoDefault project key to use. Overrides the configured project.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sprrint_whoamiA

Show the signed-in Sprrint user and workspace.

sprrint_overviewA

Workspace home: greeting, counts, active sprints, and tasks that need a nudge.

sprrint_nowA

Show the Now board for a project. Filter by sprint slug, assignee username, due window, or search text.

sprrint_searchB

Search tasks, sprints, and people. Optionally scope to a project key or slug.

sprrint_activityC

Activity feed. tab is you|all. range is 0 (today), 7, 30, or all.

sprrint_projects_listB

List visible projects.

sprrint_projects_getA

Get one project by key or slug, including members.

sprrint_projects_createB

Create a project. Key is exactly 2 letters or numbers. visibility is private|workspace.

sprrint_projects_updateC

Update project settings.

sprrint_projects_archiveC

Archive a project.

sprrint_projects_restoreB

Restore an archived project by numeric id.

sprrint_projects_deleteB

Delete a project. confirm must be the exact project name.

sprrint_projects_add_memberA

Add a workspace member to a project. user is a username or id. role is member|owner.

sprrint_projects_remove_memberC

Remove a person from a project.

sprrint_homeD

Project home dashboard.

sprrint_tasks_listC

List tasks on a project. assigned is me|any|username. due is any|overdue|soon|later. sprint can be a slug or free.

sprrint_tasks_getA

Get a task by key (BR-12), including comments and attachments.

sprrint_tasks_createB

Create a task. status is todo|progress|blocked|done. priority is none|low|medium|high. tags is comma-separated.

sprrint_tasks_updateA

Update a task. Pass only the fields that should change; others stay as they are.

sprrint_tasks_moveC

Move a task to todo, progress, blocked, or done.

sprrint_tasks_commentB

Comment on a task. parent is an optional comment id for a reply.

sprrint_sprints_listB

List sprints. status is planned|active|done.

sprrint_sprints_getC

Get a sprint and its tasks.

sprrint_sprints_createB

Create a sprint. Dates are YYYY-MM-DD. take is comma-separated task keys to pull in.

sprrint_sprints_updateC

Update a sprint.

sprrint_sprints_deleteA

Delete a sprint. move=free sends remaining tasks to the Black Hole.

sprrint_blackhole_listC

List unsprinted open tasks in the Black Hole.

sprrint_blackhole_pullB

Pull a void task into the landing sprint (active first, else planned).

sprrint_blackhole_dropC

Drop a task out of its sprint back into the Black Hole.

sprrint_workspace_getA

Workspace settings, members, pending invites, and archived projects.

sprrint_workspace_updateC

Update workspace name, slug, or description.

sprrint_workspace_inviteB

Invite someone to the workspace by email. role is member|admin.

sprrint_workspace_set_roleB

Change a workspace member role. role is owner|admin|member.

sprrint_workspace_remove_memberC

Remove a person from the workspace.

sprrint_profile_updateC

Update the signed-in profile.

sprrint_categories_listB

List task and sprint categories.

sprrint_categories_createC

Create a category. kind is task|sprint.

sprrint_categories_deleteB

Delete an unused custom category.

sprrint_keys_listA

List active API keys for the signed-in user.

sprrint_keys_createB

Create an API key. The full token is returned once.

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/ejasmuhamed/sprrint-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server