Skip to main content
Glama

search_branch_notes

Search branch notes across projects to find development insights, debugging sessions, and decision contexts, overcoming AI context loss with semantic retrieval.

Instructions

Search branch notes across projects with semantic search - find development insights, problem-solving journeys, and decision contexts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortByNoOrder results: "relevance" (default, by similarity/matches) or "recent" (by branch note file modification time, newest first)
dateRangeNoOptional date range filter (YYYY-MM-DD,YYYY-MM-DD)
branchNameNoOptional: specific branch to search
maxResultsNoMaximum number of results to return (default: 30)
searchTermYesSearch query - finds relevant development notes, debugging sessions, and decisions
projectNameNoName of the project (or "all" to search across all projects)
semanticSearchNoEnable vector-based semantic search for concept-based retrieval (default: true)
similarityThresholdNoMinimum similarity threshold for semantic search results 0.0-1.0 (default: 0.4)
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 behavioral context ('semantic search', 'across projects') but does not disclose the non-destructive nature, result format, or any edge-case behavior. It is adequate for a read-oriented search tool, but not rich.

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 with no filler. It efficiently states the action and purpose, earning full marks for conciseness and structure.

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 clarifies the tool's purpose and content domain, but with no output schema and no annotations, it does not explain what results look like or mention filtering/sorting options (though schema handles those). It is reasonably complete for a search tool but leaves some context gaps.

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 adds no parameter-specific detail beyond what the schema already provides, merely echoing the semantic search and project scope concepts. Thus it does not elevate beyond baseline.

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 clearly states a specific verb ('Search') and resource ('branch notes across projects'), and the semantic search qualifier distinguishes it from simpler listing tools like list_all_branch_notes. It also provides a sense of content ('development insights, problem-solving journeys, decision contexts'), making the purpose unmistakable.

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 when to use the tool (when seeking insights from branch notes) but does not explicitly state when to use it vs alternatives like comprehensive_knowledge_search, nor does it mention any exclusions. The usage context is clear enough, but explicit alternatives are missing.

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