Skip to main content
Glama

faceted_search

Filter Commodore 64 documentation search results by hardware components, assembly instructions, or memory registers to narrow down technical information.

Instructions

Search with faceted filtering. Filter results by hardware components (SID, VIC-II, CIA, etc.), assembly instructions (LDA, STA, etc.), or memory registers ($D000, etc.). Great for narrowing down search results to specific technical domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
facet_filtersNoFacet filters as dict of facet_type -> list of values. Example: {'hardware': ['SID', 'VIC-II'], 'instruction': ['LDA', 'STA']}
max_resultsNoMaximum number of results (default: 5)
tagsNoFilter by document tags (optional)
Behavior2/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 only describes filtering capability without mentioning read-only nature, side effects, result format, or pagination. The description is too minimal for safe invocation.

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?

The description is brief (three sentences) and to the point, with no redundant information. It could be slightly more structured (e.g., listing parameters explicitly), but overall it is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description omits return value information (no output schema), does not mention max_results and tags parameters, and lacks details on behavior like default limit or sorting. Given the tool has 4 parameters and nested objects, this is inadequate.

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

Parameters4/5

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

Despite 100% schema coverage (baseline 3), the description adds value by giving concrete examples of facet types and values (e.g., SID, LDA, $D000) that go beyond the schema's generic example. However, it does not cover other parameters like max_results or tags.

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 it is for searching with faceted filtering and provides concrete examples of filter types (hardware, assembly instructions, memory registers). However, it does not explicitly differentiate from sibling search tools like fuzzy_search or semantic_search, so clarity is strong but not fully distinguished.

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 usage for narrowing down to specific technical domains, but lacks explicit guidance on when to use this tool versus alternatives. No exclusions or when-not-to-use scenarios are mentioned, leaving the agent to infer context from the examples.

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/MichaelTroelsen/tdz-c64-knowledge'

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