Skip to main content
Glama
itsmeadarsh2008

Reflex Docs MCP Server

search_docs

Find relevant Reflex documentation sections by searching with keywords or natural language queries. Get concise snippets and direct URLs to help solve development issues.

Instructions

Search Reflex documentation by keyword or natural language query.

Args: query: Search query (e.g., "rx.foreach", "state management", "styling") limit: Maximum number of results to return (default: 10) include_content: If True, include full page content in each result (max 5 results) fuzzy: If True, enable prefix expansion for broader matching (default: True)

Returns: List of matching documentation sections with slug, title, score, snippet, and URL

Example: search_docs("rx.foreach") search_docs("how to style components", fuzzy=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo
include_contentNo
fuzzyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description discloses key behaviors: supports natural language queries, includes content option with limit of 5, and fuzzy matching default. Since annotations are absent, description carries full burden. It covers major behavioral traits without contradictions.

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?

Description is well-structured with Args, Returns, and Example sections. Every sentence is informative and necessary, no fluff. Front-loaded with purpose and then details.

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 that output schema exists, description's mention of 'slug, title, score, snippet, and URL' is sufficient. With 4 parameters and no annotations, description is complete. Lacks only explicit usage guidelines for sibling differentiation, but overall adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 0% description coverage (no param descriptions in schema), but the tool description fully explains each parameter: query as 'Search query', limit as max results with default, include_content with behavior and max 5 constraint, fuzzy with prefix expansion and default. Adds significant meaning beyond schema structure.

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?

Description clearly states the tool searches 'Reflex documentation by keyword or natural language query', with specific verb 'search' and resource 'Reflex documentation'. Distinguishes itself from siblings like search_api_reference and search_components by focusing on general documentation.

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?

Provides examples and parameter descriptions, but does not explicitly state when to use this tool versus siblings like search_api_reference or search_components. No guidance on exclusions or alternatives beyond implied purpose.

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/itsmeadarsh2008/reflex-docs-mcp'

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