Skip to main content
Glama
PendingSpark

KiraHub MCP Server

by PendingSpark

get_activity

Retrieve recent activity events for a project or task. Filter by event type, set a result limit, or get task-specific updates using a task ID.

Instructions

Get recent activity events for a project or task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of events to return (default: 20)
task_idNoTask ID (optional - if provided, gets task-specific activity)
project_idNoProject identifier - UUID, readable_id, or name/slug (optional - uses current project from claimed task if not provided)
event_typesNoFilter by event types (optional)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic read operation and does not mention return format, pagination behavior, default limits, or the fact that project_id can default to the current claimed task's project. This is a significant gap for safe and correct invocation.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler or redundancy. It earns its place by clearly naming the action and target, making it maximally concise.

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

Completeness2/5

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

Given the tool has no annotations, no output schema, and four optional parameters, the description is too sparse to provide complete context. It doesn't explain what an activity event consists of, how the optional parameters interact, or what happens when no filter is provided. This leaves the agent under-informed.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents all four parameters with descriptions. The tool description adds no additional meaning beyond what the schema provides, meeting the baseline of 3.

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

Purpose4/5

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

The description clearly states the tool retrieves activity events for a project or task, using a specific verb and resource. It doesn't explicitly differentiate from sibling tools like post_activity, but the read-oriented wording makes the purpose obvious.

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

Usage Guidelines3/5

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

The description implies when to use this tool—whenever recent activity events for a project or task are needed. However, it provides no explicit guidance on alternatives, exclusions, or when to prefer another tool such as get_task_details or get_task_notes.

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/PendingSpark/kirahub-mcp'

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