Skip to main content
Glama
SEARO1
by SEARO1

peers

Check what other agent sessions on this machine are working on before editing files or repos, so overlapping edits and git races are avoided.

Instructions

See what the other DSH agent sessions on this machine are doing right now: their workspace, title, whether a tool is still running, the last thing the human asked them, and the last thing they answered. Use it before touching files or repos another session might be editing, when the user mentions another window or session, or to check whether a task is already being handled elsewhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum sessions to show (default 8).
workspaceNoOnly show sessions whose workspace path contains this text.
include_dormantNoInclude sessions with no recent activity (default false).
active_within_minutesNoOnly show sessions with activity in the last N minutes (default 30).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/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 load. It effectively communicates read-only observation via 'See' and 'check', and discloses the specific current-state fields returned and recency ('right now'), though it does not explicitly state absence of side effects or any auth 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 sentences: the first defines the tool and enumerates return fields; the second gives usage scenarios. Front-loaded, no waste, every sentence earns its place.

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?

No output schema exists, so the description must explain return values. It enumerates the key fields returned, which is helpful, but does not specify the structure (e.g., list) or ordering. Combined with complete schema coverage for parameters, it is largely 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?

Schema description coverage is 100%, so the schema already documents all four parameters including defaults and filters. The description adds no parameter-level detail, so the baseline 3 applies.

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?

Specific verb+resource: 'See what the other DSH agent sessions on this machine are doing right now' with an enumerated list of returned details. It does not explicitly name or distinguish itself from siblings like session_detail or overlaps, 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?

Gives three clear when-to-use scenarios: before touching shared files/repos, when the user mentions another window/session, and to check if a task is already handled. No when-not guidance or named alternatives, so not a 5.

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

Deploy Server

Other Tools