Skip to main content
Glama

get_session_notes

Retrieves saved session notes from the shared bridge log, with optional tag filtering.

Instructions

Retrieves all saved session notes from the shared bridge log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tag_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden for behavioral disclosure. The verb 'Retrieves' implies a read-only operation with no side effects, but no details are given about potential large result sets, errors, or how the 'shared bridge log' is accessed. This is minimally transparent but not fully explicit.

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, focused sentence with no redundant words or filler. It is well-structured and immediately understandable.

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

Completeness3/5

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

The description lacks context about when this tool is preferred over similar siblings like 'get_bridge_history' or 'save_session_note'. An output schema exists but is not shown in the prompt, so the description does not need to detail return values, yet it could still provide more contextual differentiators.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage for the single 'tag_filter' parameter is 0% with no description. The parameter name is self-explanatory to some degree and optional, but the description does not mention filtering or the expected value format, leaving semantics under-specified.

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?

Description uses a specific verb 'Retrieves' and identifies resource 'all saved session notes' from the 'shared bridge log', clearly indicating the tool's primary function. It is distinct from sibling tools like 'save_session_note' and 'get_bridge_history', though not explicitly contrasted with them.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as 'get_bridge_history' or 'save_session_note'. There is also no explanation of how or why to use the optional 'tag_filter' parameter, leaving usage context ambiguous.

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