Skip to main content
Glama
mu373
by mu373

search_full_text

Read-onlyIdempotent

Locate Cosense pages by searching their full text with AND or OR matching. Specify project URL and query, then sort by pageRank or updated to get relevant results.

Instructions

Search complete Cosense page text with AND or OR matching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNopageRank
queryYes
match_anyNo
project_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
warningsNo
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds behavioral value by specifying the search scope ('complete page text') and the boolean matching behavior, which are not visible in the annotations or schema.

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?

A single, front-loaded sentence communicates the core behavior with no filler. Every word earns its place.

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 output schema and annotations cover return shape and safety, and the schema documents sort enum values and defaults. However, the description lacks parameter-level explanations and explicit guidance on choosing this tool over search_vector, so an agent is left to infer important calling context.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only adds meaning for query/match behavior via 'AND or OR matching'. It does not explain project_url or sort, leaving half the parameters underspecified for an agent.

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 uses a specific verb ('Search') with a clear resource ('complete Cosense page text') and a distinguishing mode ('AND or OR matching'). This clearly separates it from vector-based search and page-browsing siblings without needing to open the schema.

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?

Usage is implied rather than explicit: the AND/OR matching language suggests use for boolean full-text search, but the description does not name alternatives or state when not to use it. An agent must infer the relationship to search_vector and browse_page.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/mu373/mcp-cosense'

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