Skip to main content
Glama
compagnt

ProjectHub MCP Server

by compagnt

search_project

Search across notes, tasks, discussions, messages, and memories in a project. Filter results by entity type and use keyword matching to find relevant information.

Instructions

Search across notes, tasks, discussions, messages, and memories in a project. Strong multi-term keyword matching (every word must match; order-independent); semantic search is also used for embedded types on Pro plans. Returns up to 4 results per type. Pass type to restrict to one entity type (e.g. 'task').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query (minimum 3 characters)
typeNoRestrict results to a single entity type
project_uuidYesUUID of the project
Behavior5/5

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

With no annotations, the description fully carries the burden of behavioral disclosure. It describes the search algorithm (multi-term keyword matching, semantic search on Pro), result caps (4 per type), and input constraints (minimum 3 characters). No destructive behavior is implied, and the search mode is transparent.

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 extremely concise—just two sentences—yet covers the core functionality, search behavior, constraints, and optional parameter usage. Every sentence contributes essential information with no redundancy or verbosity.

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?

Given the absence of an output schema, the description provides reasonable expectations: results are capped at 4 per type. However, it does not describe the structure of results (e.g., whether they include IDs, titles, or snippets) or sorting order. Still, for a search tool, the behavioral description is largely sufficient.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema: it explains that 'q' requires all terms to match and is order-independent, and that 'type' restricts to a single entity, which is implied by the enum but made explicit. This extra value justifies a score above 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 identifies the tool as a cross-entity search across multiple project content types (notes, tasks, discussions, messages, memories). It uses a specific verb ('Search') and enumerates the resources, distinguishing it from sibling tools that list individual entity types.

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 provides clear usage guidance: explains the matching behavior (multi-term keyword, order-independent), mentions semantic search for Pro plans, notes result limits (4 per type), and explains how the 'type' parameter restricts output. It does not explicitly state when not to use it or mention alternatives, but the context is sufficient for appropriate tool selection.

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/compagnt/projecthub-mcp'

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