Skip to main content
Glama
squatch-c-c

squatch-harbor-mcp

by squatch-c-c

harbor_ingest

Index your local Claude session transcripts to make them searchable. Incremental updates by default, with optional full rebuild.

Instructions

Index your local Claude session transcripts so you can search them. Incremental by default (only re-reads changed files); pass rebuild=true to start fresh. Defaults to ~/.claude/projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessions_dirNo
rebuildNo
Behavior4/5

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

Without annotations, the description carries full burden. It explains incremental default, rebuild option, and default directory. Missing details on side effects or whether rebuild destroys old index, but 'start fresh' is clear.

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 that are front-loaded with purpose and follow with key details. No fluff or redundancy.

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?

Description is complete for a simple tool without output schema. It covers purpose, behavior, and defaults. Could mention that results can be searched later, but siblings imply that.

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

Parameters5/5

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

Schema has 0% description coverage, so the description adds essential meaning. It explains the default for sessions_dir and the effect of rebuild=true, covering both parameters effectively.

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 that the tool indexes local Claude session transcripts for searching. It distinguishes itself from sibling tools like harbor_search and harbor_stats by focusing on ingestion.

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?

The description explains when to use the tool (indexing transcripts) and provides details on incremental vs. rebuild behavior. However, it does not explicitly state when not to use it or compare directly to siblings.

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/squatch-c-c/squatch-harbor-mcp'

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