Skip to main content
Glama

get_user_activity_history

Retrieve recent user activity stream including comments, status changes, and field updates. Filter by activity type and project for targeted tracking.

Instructions

Get a stream of recent user activity, such as issue comments, status changes, and field updates. Can filter by activity type and project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to look back for activity. Default is 30.
startAtNoThe starting index for pagination. Default is 0.
usernameNoThe username of the user (alternative to accountId).
accountIdNoThe Atlassian account ID of the user.
maxResultsNoThe maximum number of activities to return. Default is 50, maximum is 100.
projectKeysNoOptional list of project keys to filter results.
activityTypeNoType of activity to retrieve. Default is "all".all
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions 'stream' and filtering, but lacks details on pagination behavior, ordering, rate limits, or what happens with no results. This is insufficient for a tool with 7 parameters and no annotations.

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

Conciseness4/5

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

The description is two sentences and front-loaded with the main purpose. It is efficient with no wasted words, though it could be slightly more structured (e.g., separating functionality from filters).

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 7 parameters, no output schema, and no annotations, the description covers the essential purpose and filters but lacks details on return format, ordering, or performance. It is minimally adequate but leaves gaps.

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 coverage is 100% with parameter descriptions. The description adds value by referencing filter capabilities (activity type and project), but does not provide additional meaning beyond what the schema already covers. Baseline is 3.

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 retrieves a stream of recent user activity, with examples like comments and status changes. It distinguishes itself from siblings by focusing on activity history, and mentions filtering by type and project.

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 usage for querying user activity with filtering options, but does not explicitly state when to use this tool versus alternatives like list_issues_by_user_role or search_issues_by_user_involvement. No exclusions or prerequisites are given.

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/dunz/mcp-atlassian'

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