Skip to main content
Glama

get_activity

Read-onlyIdempotent

Retrieve recent daemon activity log lines to identify scene completions, reviews, and errors. Use to monitor progress and troubleshoot issues.

Instructions

Read the most recent lines from the daemon's activity log.

Shows scene completions, reviews, and errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linesNoNumber of lines to return (default 20, max 200).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already mark the tool as read-only and idempotent, so the description only needs to add context. It adds that the log contains scene completions, reviews, and errors, and that lines are the most recent. It doesn't describe formatting, ordering, or empty-log behavior, but with annotations this is adequate.

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?

Two sentences with no filler; the core action and scope are front-loaded in the first sentence. Every word earns its place.

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

Completeness5/5

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

For a single-optional-parameter read tool with safety annotations and no output schema, this description provides the resource, what it returns, and representative content types. Nothing critical is missing for correct invocation.

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?

The schema fully documents the only parameter ('Number of lines to return (default 20, max 200)'), and the description adds no parameter-specific semantics. Baseline 3 applies due to 100% schema description coverage.

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?

Description opens with 'Read the most recent lines from the daemon's activity log', naming a specific verb, resource, and temporal scope. It further distinguishes itself from sibling getters (get_progress, get_review_state, get_status) by naming the log and its content (scene completions, reviews, errors).

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?

No explicit when-to-use or alternative tools are mentioned. The description implies usage for inspecting recent daemon activity, but doesn't tell the agent when to prefer this over sibling getters like get_status or get_review_state. The content hint partially compensates.

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

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/Jonnyton/TinyAssets'

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