Skip to main content
Glama

Query Tauri documentation

query_tauri_docs
Read-onlyIdempotent

Search a checked-in Tauri 2 documentation snapshot to return bounded results with titles, canonical URLs, sections, context, and version info.

Instructions

Query bounded content from a selected or default checked-in Tauri documentation snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results; defaults to 5.
queryYesSearch terms, bounded by length and term count.
snapshotNoOptional supported snapshot identifier.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.2.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds that content comes from a selected or default checked-in snapshot and is bounded, but it does not cover return format, pagination, or auth requirements beyond the annotation baseline.

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 with no filler. Every phrase contributes to the tool's purpose and scope.

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?

Given the read-only annotations, full schema descriptions, and no output schema, the definition is minimally adequate for invocation. However, it does not help an agent distinguish this tool from its similarly named siblings, which is the main contextual 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 description coverage is 100%, so the schema already documents query, limit, and snapshot. The description only hints at default snapshot behavior and bounded querying, adding marginal meaning beyond the structured parameter definitions.

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 gives a specific verb (query) and resource (Tauri documentation snapshot content), but does not differentiate the tool from its siblings resolve_tauri_docs and search_tauri_docs. 'Bounded content from a selected or default checked-in snapshot' is clear yet slightly abstract.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers no explicit when-to-use guidance and does not mention when to choose this tool over resolve_tauri_docs or search_tauri_docs. Only the implicit querying context is provided.

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