Skip to main content
Glama

nowyourlink documentation

Search documentation

search_docs
Read-onlyIdempotent

Full-text search over the published developer, authentication, versioning and privacy documentation. Returns the best matching passages with their source page URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesSearch terms.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passagesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint, idempotentHint, destructiveHint). The description adds useful behavioral context by specifying the search scope ('developer, authentication, versioning and privacy documentation') and the result nature ('best matching passages with their source page URL'). No contradiction.

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 with no wasted words. The main action and scope are front-loaded, and the return value is stated succinctly.

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 output schema exists and annotations cover safety, the description is largely complete for a simple search tool. It could mention how to use this instead of read_docs_page, but that is a minor gap.

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 coverage is 50%: query is described in the schema, limit is not. The description adds context to query via 'Full-text search' but does not explain the limit parameter. However, the limit is a simple integer with clear constraints and default in the schema, so the description's contribution is adequate but not extensive.

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 and resource: 'Full-text search' over a defined set of documentation areas. It also states what is returned ('best matching passages with their source page URL'), which clearly distinguishes it from the sibling tool read_docs_page.

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 the tool is for searching documentation, and the sibling name suggests when to read a specific page, but there is no explicit when-to-use or when-not-to-use guidance. An agent must infer the alternative from context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.