Skip to main content
Glama

get_filters

get_filters
Read-only

Retrieve filter facets (brand, size, features) for a search term or category, with live product counts. Use the returned option IDs to refine product searches.

Instructions

Discover KSP's filter facets for a search term or category — filter groups (brand, size, resolution, features, energy, …) with each option's id and live product count. Feed chosen option ids to search_products' filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text term to discover filters for (e.g. 'טלוויזיה', 'מקרר', 'laptop'). Use `query` or `filters`.
filtersNoExisting facet id(s) to refine within and see remaining options (e.g. ['3158'] for TVs, or ['3158..3388'] for 75" TVs).
Behavior4/5

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

The description adds behavioral context beyond the readOnlyHint annotation by explaining it returns live product counts and that it is a discovery tool. No contradictions with annotations.

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 sentences, front-loaded with the core function, and the second sentence provides a clear actionable outcome. No unnecessary words.

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?

The description covers the essential information: what the tool returns and how it integrates with the sibling tool. With no output schema, the description gives a good picture of the output structure. It could be slightly more explicit about the output list, but it is sufficient for an agent.

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 input schema already provides 100% coverage with descriptions for 'query' and 'filters'. The tool description adds minimal new parameter-specific meaning beyond the overall purpose; it mentions 'search term or category' but the schema already explains the alternatives.

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 verb 'Discover' and the resource 'KSP's filter facets for a search term or category'. It specifies the output (filter groups with option ids and live product counts) and distinguishes itself from the sibling tool 'search_products' by framing it as a preparatory step.

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 explicitly instructs to feed the chosen option ids to 'search_products', indicating when to use this tool (before searching). It does not explicitly state when not to use, but the context of sibling tools makes the usage clear.

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/TiranSpierer/ksp-mcp'

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