Skip to main content
Glama
fastmcp-me

Tenzir MCP Server

by fastmcp-me

Search documentation

docs_search
Read-onlyIdempotent

Search Tenzir documentation to find operators, functions, and concepts by keyword or specific paths. Expand related docs via 'See Also' links to discover relevant information.

Instructions

Search documentation by keyword or retrieve specific paths with 'See Also' expansion.

Use this tool to:

  • Find operators or functions by keyword or query phrase

  • Discover related documentation through 'See Also' links (depth > 0)

  • Explore specific documentation areas (search_type filter)

  • Learn about unfamiliar concepts or workflows

The depth parameter traverses cross-references, helping you discover operators and functions you might not have known about.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoHow many levels of 'See Also' relationships to expand (0 = no expansion)
limitNoMaximum number of search results to return
pathsNoSpecific documentation paths to retrieve and expand (e.g., ['reference/operators/from'])
queryNoSearch keyword or phrase to find in documentation titles, names, categories, and examples
search_typeNoFilter results by category: 'all', 'tutorials', 'guides', 'explanations', 'integrations', or 'reference' (includes operators, functions, API, etc.)all
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds behavioral context by explaining that depth 'traverses cross-references' and enables discovery of related operators/functions, which goes beyond the schema's dry parameter description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a one-line summary and bullet-point use cases, front-loading the main purpose. It is moderately concise, though the final paragraph on depth is somewhat redundant with the earlier mention of 'See Also' expansion.

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 tool has no output schema, and the description does not describe what results look like (e.g., format, ordering, or how query/paths interact). It covers use cases well but omits behavior for common scenarios like supplying both query and paths or providing no parameters, which is a gap for a search tool.

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?

All five parameters have schema descriptions (100% coverage), so the schema does the heavy lifting. The description adds value by explaining depth's role in 'See Also' expansion and search_type as a category filter, but doesn't elaborate on limit, paths, or query syntax beyond what the schema already provides.

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 states 'Search documentation by keyword or retrieve specific paths' with a specific verb and resource, and lists distinct use cases like finding operators/functions and discovering related docs via 'See Also' links. This distinguishes it from sibling tools like docs_read, which implies reading a specific document.

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 explicit 'Use this tool to' scenarios, covering keyword search, 'See Also' expansion, and category filtering. However, it does not explicitly mention when not to use it or name alternative tools (e.g., docs_read for direct reading), so there's no exclusion guidance.

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/fastmcp-me/mcp-tenzir'

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