Skip to main content
Glama
stumpyfr

ActivitySmith MCP Server

by stumpyfr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesActivitySmith API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_notificationsC

Send a notification with a title and message

start_activityA

Start an activity with a title and message

Args: title (str): The title to show when the activity starts subtitle (str): The subtitle to show when the activity starts current_step (int): The current step to show when the activity starts number_of_step (int): The total number of steps to show when the activity starts color (str, optional): The color to show when the activity starts. Defaults to "blue". current_step_color (str, optional): The color of the current step to show when the activity starts. Defaults to "blue".

update_activityC

Update an activity with a title and message

Args: activity_id (str): The ID of the activity to update title (str): The title to show when the activity is updated subtitle (str): The subtitle to show when the activity is updated current_step (int): The current step to show when the activity is updated color (str, optional): The color to show when the activity ends. Defaults to "blue". current_step_color (str, optional): The color of the current step to show when the activity ends. Defaults to "blue".

end_activityB

End an activity with a title and message

Args: activity_id (str): The ID of the activity to end title (str): The title to show when the activity ends subtitle (str): The subtitle to show when the activity ends current_step (int): The current step to show when the activity ends auto_dismiss_minutes (int, optional): The number of minutes after which the activity will be automatically dismissed. Defaults to 2. color (str, optional): The color to show when the activity ends. Defaults to "blue". current_step_color (str, optional): The color of the current step to show when the activity ends. Defaults to "blue".

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/stumpyfr/mcp-activitysmith'

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