Skip to main content
Glama
Facets-cloud

Facets Module MCP Server

by Facets-cloud

search_modules_after_confirmation

Search for a specific string in facets.yaml to filter modules. Confirm search intent with user first.

Instructions

Search for a specific string in all facets.yaml files to filter modules.
This tool should only be used after confirming search intent with the user.

For exploratory searches, first explain search capabilities before executing.

Args:
    search_string (str): The string to search for in modules.
    page (int): The page number for pagination.

Returns:
    str: JSON string with success, message, instructions, and optional error/data fields. data field contains the filtered modules along with their details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_stringYes
pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, yet the description does not disclose whether the tool is read-only or has side effects. It only describes the search action and return format, leaving safety profile unclear. For a search tool, this is a significant omission.

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?

Description is concise with a clear structure: main action, usage guidelines, then Args/Returns. No extraneous content. The Args/Returns section could be integrated, but it is functional and easy to parse.

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?

For a simple search tool with pagination, the description covers purpose, usage, and basic parameters. However, it does not explain how the search string matches (full text? field-specific?), default page behavior, or the 'instructions' field in the return. Output schema exists but is not fully utilized.

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 must add substantial meaning. It provides only minimal context ('in modules' for search_string, 'for pagination' for page) that barely extends beyond the schema titles and types. Parameters are not fully compensated.

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 states specific verb 'Search' and resource 'facets.yaml files to filter modules', clearly conveying the tool's function. The name and description together distinguish it from siblings by emphasizing it is for confirmed searches.

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

Usage Guidelines5/5

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

Explicitly states this tool should only be used after confirming search intent and instructs to explain search capabilities for exploratory searches, providing clear when-to-use and when-not-to-use 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/Facets-cloud/facets-module-mcp'

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