Skip to main content
Glama
georgeracu

google-jules-mcp-server

by georgeracu

List Jules Session Activities

jules_list_activities

Retrieve detailed activity logs for a Jules session, including plan generation, progress updates, messages, and completion events, with most recent activities listed first.

Instructions

Get detailed activity log for a Jules session. Activities include plan generation, progress updates, messages, and completion events. Most recent activities appear first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of activities to retrieve (default: 10)
pageTokenNoToken for pagination to get the next page
sessionIdYesSession ID to get activities for
Behavior3/5

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

No annotations are present, so the description carries full responsibility for behavioral transparency. It usefully discloses the contents (plan generation, progress updates, messages, completion) and ordering (most recent first), but does not mention pagination behavior, error conditions, or any access requirements.

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 concise sentences front-load the core purpose and then add valuable detail about content and ordering. No redundant or wasted wording.

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

Completeness4/5

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

For a simple listing tool, the description provides the core purpose, activity types, and ordering. It does not describe the return shape or mention pagination, but the schema's pageToken and default limit cover those mechanics, and there are no annotations or output schema.

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 descriptions cover all three parameters at 100%, so the baseline applies. The description adds no parameter-specific detail beyond the schema; it only reinforces that the log is for a session.

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 gets a detailed activity log for a Jules session and enumerates activity types, making the purpose apparent. It does not explicitly distinguish from the sibling jules_get_activity, but the plural 'activities' and 'log' convey a listing operation.

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?

There is no explicit guidance on when to use this tool versus alternatives such as jules_get_activity. The description implies it should be used when a session's activity history is needed, but it lacks exclusions or alternative recommendations.

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/georgeracu/google-jules-mcp-server'

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