Skip to main content
Glama

opencode_session_diff

Read-onlyIdempotent

Identify files created, modified, or deleted in a session. Get a diff summary with file paths and change types.

Instructions

Show files created, modified, and deleted in a session.

Returns a diff summary with file paths and change types.

Return Format

{"success": bool, "message": str, "data": {"diff": dict}}

Examples

opencode_session_diff(session_id="sess_01")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID to diff

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, providing safety context. The description adds the return format (success/message/data with diff dict) and states that it returns a summary with file paths and change types. This goes beyond annotations without contradiction, though it does not describe error cases or edge behaviors.

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 well-structured: purpose first, then return format, then example. Every sentence earns its place, though the return format block is slightly redundant given the output schema exists. Overall, it is appropriately sized and front-loaded.

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?

Given the tool's simplicity (1 parameter, read-only, annotated as safe), the description covers purpose, return format, and provides an example. It misses potential edge cases (e.g., nonexistent session) and detailed diff structure, but the output schema likely covers return values, so it is reasonably complete.

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 already provides 100% coverage for the single parameter (session_id with description 'Session ID to diff'). The description's example only demonstrates usage, adding no additional meaning or constraints beyond the schema. Baseline of 3 applies due to high schema 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?

The description opens with a specific verb+resource: 'Show files created, modified, and deleted in a session.' This clearly distinguishes the tool from siblings like opencode_get_session (which likely retrieves session info) and opencode_send_message. The scope is explicit and unambiguous.

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 (when you need a diff of session changes) but does not explicitly state when to use it vs. alternatives like opencode_get_session or opencode_get_messages. There is no mention of exclusions or contexts where this tool is inappropriate. The example shows invocation but no guidance on selection.

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

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