Skip to main content
Glama

read_branch_notes

Retrieve branch notes to review uncommitted work or filter by commit hash and date range for project context.

Instructions

Read branch notes - defaults to showing uncommitted work, can also filter by commit hash or date range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterDateNoFilter to show notes after this date (YYYY-MM-DD)
beforeDateNoFilter to show notes before this date (YYYY-MM-DD)
branchNameYesName of the branch
commitHashNoFilter to show notes for a specific commit (by hash)
projectNameYesName of the project
uncommittedOnlyNoShow only uncommitted work (notes after the last commit separator) - defaults to true
Behavior3/5

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

With no annotations, the description carries the full burden. It adds a useful behavioral detail (defaults to uncommitted work) but does not disclose safety, permissions, or return characteristics. For a read operation this is somewhat acceptable, but additional context would improve transparency.

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, compact sentence that front-loads the main action and includes key behavioral details. Every word has purpose, with no redundancy or fluff.

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?

Given the tool has 6 parameters and no output schema, the description is sparse but sufficient for a straightforward read operation. It covers the main feature but does not explain output format, edge cases, or interaction between filters. Could be more complete given the tool's 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?

Schema description coverage is 100%, so the baseline is 3. The description summarizes the date range filter and uncommitted default, but this adds little beyond the existing parameter descriptions. No extra semantic value is provided.

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 action 'Read branch notes' and specifies default behavior (uncommitted work) plus filtering options. It differentiates from siblings like list_all_branch_notes by focusing on the read operation with filters, though it doesn't explicitly mention branch/project scoping beyond the required parameters.

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 like search_branch_notes or list_all_branch_notes. The description implies usage for reading a specific branch's notes but does not give explicit context or 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/flores-ac/cursor-cortex'

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