Skip to main content
Glama

Listar sesiones OpenCode

opencode_sessions

Retrieve recent project sessions to resume work or audit background tasks.

Instructions

Lista sesiones recientes del proyecto, útil para retomar trabajo o auditar tareas en segundo plano.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoCantidad máxima de sesiones, por defecto 25.
directoryNoRuta absoluta del proyecto OpenCode. Las consultas agregadas pueden omitirla; las tareas y sesiones deben indicarla.
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. The word 'Lista' implies a read-only operation, and 'sesiones recientes' adds context about scope. However, it does not clarify what 'recientes' means, whether sessions are active/archived, or any prerequisites beyond what the schema already states.

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: it names the action and resource first, then states the use cases. At roughly 15 words, every word earns its place with no redundant or filler content.

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 list tool with no output schema, the description is adequate: it states the tool returns recent project sessions and gives use contexts. It does not detail the exact return shape, but the verb 'Lista' implies a list of sessions, and the schema covers the parameters, so it is reasonably complete for its low complexity.

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 input schema has 100% parameter description coverage for both 'limit' and 'directory', so the schema already documents parameter semantics. The description does not add any parameter-level detail beyond the schema, matching the baseline for high schema coverage.

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 uses a specific verb and resource: 'Lista sesiones recientes del proyecto' (lists recent project sessions). This clearly identifies the operation, but it does not explicitly distinguish itself from sibling tools like opencode_status or opencode_agents, so it falls short of a 5.

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

Usage Guidelines4/5

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

The phrase 'útil para retomar trabajo o auditar tareas en segundo plano' clearly states when to use the tool: to resume work or audit background tasks. It provides concrete use cases but does not mention when to avoid it or name alternatives, so it lacks explicit exclusions.

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/jdsalasca/mcp-opencode'

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