Skip to main content
Glama

Search MintMCP docs

search
Read-onlyIdempotent

Search the full MintMCP documentation and get back matching pages with their ids, titles, and URLs. Use this first for any MintMCP question: setup, capabilities, security, or a specific connector (Snowflake, Slack, GitHub) or feature (SCIM, SIEM export, prompt security, Coworker Agents). Then pass a result id to the fetch tool to read the page. Coverage spans architecture, enterprise controls, and per-connector setup guides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat to look for, in natural language or keywords. Examples: "connect Snowflake", "SCIM provisioning", "block risky agent commands", "set up SSO with Okta", "Coworker Agent Slack".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnly and idempotent. The description adds coverage scope ('architecture, enterprise controls, per-connector setup guides') but does not disclose additional behavioral traits beyond what annotations provide. Value is moderate.

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 concise, front-loaded with the core purpose, and every sentence adds value without redundancy. It is well-structured and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (not shown) but the description does not need to explain returns. It covers when to use, what it returns, how to follow up with fetch, and the scope of the documentation. Completeness is high for a single-parameter 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?

Schema coverage is 100% and the parameter 'query' has a description with examples. The description enriches this by providing more specific examples and context about what to search for, going beyond the schema's baseline.

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 the tool searches MintMCP docs and returns pages with ids, titles, URLs. It distinguishes from siblings by explicitly mentioning to use fetch for reading a page.

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 advises using this tool first for any MintMCP question and then passing a result id to fetch. It provides context on what to search for (setup, security, connectors, features) and gives examples, though it does not explicitly state when not to use it.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: two fetch variants (by id vs by URL), one for listing the table of contents, and one for searching. No overlap or ambiguity.

Naming Consistency5/5

All tool names use lowercase verb_noun pattern (fetch, get_page, list_docs, search), consistent and predictable.

Tool Count4/5

Four tools is on the minimal side but provides essential documentation operations: search, list, and two fetch methods. Slightly more could be added (e.g., get categories) but the set is not insufficient.

Completeness4/5

The tool surface covers the main use cases: discovering docs, searching, and retrieving content. No major gaps, though a tool to list only categories or tags could enhance exploration.

Resources