Skip to main content
Glama

keycloak_search

Semantic search over the Keycloak repository and documentation. Returns list of snippets with file paths and scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
top_kNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It describes the non-destructive search behavior and the return format (snippets with file paths and scores), which is transparent about what the tool does. It does not mention rate limits or authentication, but for a read-only search tool this is reasonably adequate.

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 two short sentences, front-loaded with the action and resource. Every word earns its place: 'Semantic search' tells the mode, 'Keycloak repository and documentation' identifies scope, and the second sentence describes the output. No fluff or redundancy.

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 is low-complexity with an output schema present, so the description doesn't need to explain return values in detail. However, it lacks usage guidance (when to choose this over siblings) and parameter semantics, making it only partially complete for an agent. It adequately states what it does but not enough surrounding context for confident invocation in all scenarios.

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?

The schema has 0% description coverage and the description adds no parameter semantics. It does not explain what 'query' should contain or how 'top_k' behaves beyond the schema's default value. The parameter names are self-explanatory, but the description fails to compensate for the lack of schema descriptions, leaving the agent to guess at expected input formats.

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 performs 'semantic search' over a specific resource ('Keycloak repository and documentation') and describes the output (snippets with file paths and scores). This distinguishes it from sibling tools like explain_keycloak_component or analyze_keycloak_deployment, which focus on explanation and analysis.

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 implies when to use the tool (when searching for relevant code or documentation snippets), but it does not explicitly state when not to use it or compare to alternatives. For example, it doesn't mention that explain or reference tools should be used for explanations rather than raw search. This is implied but not explicit.

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

A3.6/5.0
Disambiguation2/5

Several tools overlap: keycloak_explain claims to answer any Keycloak question, which subsumes explain_keycloak_component and explain_keycloak_protocol. keycloak_search and keycloak_config_reference also overlap with explanation capabilities, creating ambiguity about which tool to select.

Naming Consistency2/5

The naming is inconsistent: the first three tools use verb_keycloak_noun (analyze_keycloak_deployment, explain_keycloak_component, explain_keycloak_protocol), while the last three use keycloak_verb or keycloak_noun (keycloak_explain, keycloak_search, keycloak_config_reference). This mixing of conventions is confusing.

Tool Count5/5

With 6 tools, the count is within the ideal range for a specialized server, each covering an aspect of Keycloak knowledge. The count feels appropriate for the purpose.

Completeness4/5

The toolset covers deployment analysis, component/protocol explanations, configuration lookup, and semantic search—sufficient for a knowledge assistant. Minor gaps like version comparison or troubleshooting aren't critical, so completeness is solid.

Resources