Skip to main content
Glama

One AI Guide

search_tools

Read-onlyIdempotent

Search approved One AI Guide tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
localeNo
offsetNo
categoryNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description need not restate safety. It adds the 'approved' scope, but does not disclose result shape, pagination behavior, or empty-result semantics; with the safety profile covered, this is adequate but not rich.

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 a single front-loaded sentence with no filler or repetition. It is appropriately sized for a simple search tool, even though other dimensions carry the burden of missing detail.

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 no output schema and no parameter descriptions, the definition does not explain return format, how 'approved' is determined, or how the search, locale, and pagination parameters interact. The annotations cover safety, but the description is too thin for an agent to confidently predict search behavior and results.

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 should compensate for the five unnamed parameters. It does not describe q, limit, locale, offset, or category beyond what the schema types and names already imply, leaving their intended semantics mostly inferred.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Search approved One AI Guide tools.' It is clear this is a query/filter action over tools rather than retrieval (get_tool), comparison (compare_tools), or guides/stacks, although it does not explicitly call out sibling distinctions.

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?

Searching is implied as the use case, and the parameter set suggests querying with q, limit, offset, locale, and category, but there is no explicit when-to-use guidance or statement of alternatives. The description leaves the agent to infer that get_tool/compare_tools are for other purposes.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: get/list for guides, stacks, and tools, plus a dedicated search and compare tool. There is no meaningful overlap between get_tool and search_tools because one is direct retrieval and the other is discovery.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case. get_*, list_*, search_*, and compare_* are predictable and easy to group by intent.

Tool Count5/5

Seven tools is well-scoped for a knowledge/discovery server focused on tools, stacks, and guides. Each tool covers a clear need without redundancy or bloat.

Completeness4/5

The core read-only surface is well covered: guides and stacks have get/list, tools have get/search/compare. The main minor gap is the lack of a dedicated list_tools or search for guides/stacks, though agents can likely work around this with the existing tools.

Resources