Skip to main content
Glama

search_all_projects

Read-onlyIdempotent

Search multiple Git projects at once to retrieve commit timelines, daily work, unfinished tasks, and overviews.

Instructions

Searches multiple Git projects at once via DevMemory(데브메모리). Modes: timeline, daily, unfinished, overview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNodaily 모드용 날짜 (YYYY-MM-DD)
modeNo검색 모드 (기본: timeline)
sinceNo시작 날짜
untilNo종료 날짜
projectsNo검색할 프로젝트 목록 (미지정 시 등록된 프로젝트 전체)
authorNameNo커밋 author name 필터
authorEmailNo커밋 author email 필터
projectNamesNo등록된 프로젝트 중 특정 이름만 필터 (예: ["summet", "backend"])
maxCountPerProjectNo프로젝트당 최대 커밋 수
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds mode names, but these are also present in the schema enum. It does not disclose return format, rate limits, or other behavioral traits beyond what annotations already imply.

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 concise: two short sentences, front-loaded with the core action. The mode enumeration is slightly redundant but not wasteful, maintaining high efficiency.

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

Completeness2/5

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

With 9 parameters and no output schema, this description is too sparse. It does not explain what the tool returns or how different modes affect output. The schema handles parameter details, but high-level behavior and result context are missing.

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%, with all 9 parameters documented in detail. The description adds no extra parameter semantics beyond what the schema provides, so baseline 3 is appropriate.

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 the action ('Searches') and resource ('multiple Git projects at once'), differentiating from siblings that likely focus on single projects. The mode list adds specificity without ambiguity.

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 phrase 'at once' implies use for cross-project searches, but there is no explicit guidance on when to prefer this over siblings like get_commit_timeline or find_unfinished_tasks. No exclusion criteria or alternative comparisons are provided.

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/KIMHYUNWOO313/devmemory-mcp'

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