Skip to main content
Glama
nulab

Backlog MCP Server

get_space_activities

Retrieve a list of space activities from Backlog, with filtering options by activity type, count, and ID range for tracking project changes.

Instructions

Returns list of space activities

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of activities to retrieve
maxIdNoMaximum activity ID
minIdNoMinimum activity ID
orderNoSort order
activityTypeIdNoActivity type IDs
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. 'Returns list' implies a read-only operation, but it doesn't disclose pagination, filtering behavior, what an 'activity' is, or any side effects. The information is minimal and does not add meaningful transparency beyond the schema.

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

Conciseness2/5

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

The description is a single, short sentence with no filler, but it is under-specified to the point of being vague. It omits essential context about the resource and usage, making it more a case of under-specification than effective conciseness.

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?

With 5 optional parameters and no output schema, the description provides only the basic action. It doesn't explain the domain of 'space activities', how parameters like minId, maxId, and activityTypeId interact, or what the response looks like. This leaves significant gaps for an agent to select and invoke the tool correctly.

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 schema fully documents all five parameters. The description adds no parameter-specific meaning, but the baseline of 3 is appropriate since the schema already handles parameter semantics.

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

Purpose3/5

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

The description has a specific verb ('returns') and resource ('space activities'), but 'space activities' is ambiguous without domain context. It does not distinguish itself from other list endpoints like get_issue_comments or get_user_recent_updates, so it is only somewhat clear.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. The description provides no context about the intended use case, prerequisites, or situations where another tool might be more appropriate.

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/nulab/backlog-mcp-server'

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