ActivitySmith MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | ActivitySmith API key |
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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