Skip to main content
Glama
agileandy

MCP Secure Local Server

by agileandy

search_tools

Search for available tools by keyword, category, or intent to discover functionality within the MCP Secure Local Server. Control detail levels from names to complete definitions.

Instructions

Search for available tools by keyword or category. Use detail_level to control how much information is returned: 'name' for just tool names, 'summary' for names and descriptions, 'full' for complete definitions including input schemas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoKeyword to search for in tool names, descriptions, and aliases
categoryNoFilter by plugin category (e.g., 'bugtracker')
intentNoFilter by intent category (e.g., 'bug tracking', 'research')
detail_levelNoLevel of detail to return (default: 'summary')summary
include_unavailableNoInclude tools from unavailable plugins (default: false). When true, results include availability status.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context about the 'detail_level' parameter's effects (e.g., 'name' for just tool names, 'summary' for names and descriptions, 'full' for complete definitions), which goes beyond the schema. However, it doesn't cover other behavioral aspects like response format, pagination, error handling, or performance characteristics that would be helpful for an agent.

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 appropriately sized and front-loaded: it starts with the core purpose, then immediately provides crucial usage guidance about the 'detail_level' parameter. Every sentence earns its place by adding value, with no redundant or unnecessary information. The structure is clear and efficient.

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 tool's moderate complexity (5 parameters, no output schema, no annotations), the description provides adequate but incomplete context. It explains the purpose and key parameter behavior but lacks information about return values, error conditions, or how results are structured. Without an output schema, the description should ideally provide more guidance on what the tool returns.

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?

The schema description coverage is 100%, so the schema already documents all 5 parameters thoroughly. The description adds some semantic value by explaining the 'detail_level' parameter's impact on returned information, but it doesn't provide additional meaning for other parameters beyond what's in the schema. This meets the baseline of 3 when schema coverage is high.

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 clearly states the tool's purpose: 'Search for available tools by keyword or category.' It specifies the verb ('Search') and resource ('available tools'), making the function unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'search_bugs_global' or 'web_search', which are also search tools but for different resources.

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?

The description provides some usage context by mentioning the 'detail_level' parameter to control information returned, which implies when to use different levels. However, it doesn't explicitly state when to use this tool versus alternatives like 'search_bugs_global' or 'web_search', nor does it provide exclusions or prerequisites for its use.

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/agileandy/mcp-secure-server'

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