Skip to main content
Glama
stumpyfr

ActivitySmith MCP Server

by stumpyfr

end_activity

End a live activity by specifying its ID, title, subtitle, and current step, with optional auto-dismiss time and color settings.

Instructions

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".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoblue
titleYes
subtitleYes
activity_idYes
current_stepYes
current_step_colorNoblue
auto_dismiss_minutesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description must fully convey behavioral traits. It does not disclose side effects (e.g., whether ending is irreversible), permissions required, rate limits, or what happens to the activity afterwards. The description only states the action and lists parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured as a docstring with parameter list, which is clear but somewhat repetitive (e.g., 'to show when the activity ends' appears multiple times). It could be more concise by grouping or removing redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and 7 parameters, the description covers parameter semantics but lacks details on return value, error handling, or lifecycle context. It is minimally complete for a simple mutative action.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning to each parameter beyond the schema's property names, including brief explanations like 'The ID of the activity to end' and default values. With 0% schema description coverage, this is essential and well-handled, though some descriptions are slightly tautological.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action: 'End an activity with a title and message.' This is a specific verb+resource combination that distinguishes it from sibling tools like start_activity and update_activity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as update_activity or send_notifications. It lacks context on prerequisites, timing, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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