Skip to main content
Glama
franklinnolasco7

quickshell-docs-mcp

quickshell_search

Verify Quickshell type and property names before writing QML. Search case-insensitively for type names, namespaces, and guide page slugs to ensure accurate references.

Instructions

Search Quickshell type names, namespaces, and guide page slugs for a substring match (case-insensitive). ALWAYS call this before writing any QML that references a Quickshell type or property from memory; never guess property/type names, verify them here first.

Use this whenever a request mentions a desktop-shell feature and you don't already know the exact Quickshell type name, e.g.:

  • "battery" / "power" / "upower" -> search 'battery' or 'power' (UPower, UPowerDevice)

  • "volume" / "audio" / "mixer" -> search 'audio' or 'volume' (Pipewire, PwNode)

  • "tray" / "system tray" -> search 'tray' (SystemTray, SystemTrayItem)

  • "workspaces" / "monitor" -> search 'monitor' or 'workspace' (HyprlandMonitor, HyprlandWorkspace, I3Monitor)

  • "notifications" -> search 'notification' (Notification, NotificationServer)

  • "network" / "wifi" -> search 'wifi' or 'network' (WifiDevice, Network)

  • "bluetooth" -> search 'bluetooth' (Bluetooth, BluetoothDevice)

  • "clock" / "date" / "time" -> search 'clock' (SystemClock)

For concept/how-to questions where the answer is prose rather than a type name ("where is IPC documented?", "how do anchors work?"), pass include_content=True; this also full-text-searches the guide-page bodies. Pass include_type_pages=True to also deep-search the ~200 type reference pages for property/method/signal text (slower: first call fetches every type page once, then it's cached).

Returns matches with enough info to call quickshell_get_type or quickshell_get_guide_page directly. Namespace and type matches are reported separately so a namespace hit doesn't flood the results with all of its types. Defaults to the latest doc version. Set refresh=True to bypass the in-process cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
refreshNo
versionNolatest
include_contentNo
include_type_pagesNo
Behavior5/5

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

With no annotations, the description carries full behavioral burden and delivers. It discloses that matching is case-insensitive substring, that namespace/type results are separated to avoid flooding, that include_type_pages triggers a slow first-call caching behavior, and that refresh bypasses the cache. It also states defaults (latest version) and return-value usability. This exceeds what is expected from a description alone.

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 long but well-structured: core purpose, imperative instruction, usage examples, parameter clarifications, and return behavior. It is front-loaded with the most critical takeaway ('ALWAYS call this...'). A few redundancies (default version noted inline and in schema) and the extensive example list add length, but nearly every sentence earns its place. Slightly overlong relative to strict conciseness, hence a 4 rather than 5.

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

Completeness5/5

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

For a search tool with 5 parameters and no output schema, the description is complete. It explains what results look like ('matches with enough info to call quickshell_get_type or quickshell_get_guide_page directly'), covers caching/refresh, and distinguishes itself among a large sibling set. Nothing an agent needs to select and invoke this tool correctly is missing.

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

Parameters5/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 explain every parameter. It does: query (substring match), include_content (full-text search of guide bodies), include_type_pages (deep-search type reference pages), refresh (bypass cache), and version (defaults to latest). Each parameter is tied to a concrete use case, adding meaning far beyond the bare boolean/string types in the schema.

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 opens with a specific verb and resource: 'Search Quickshell type names, namespaces, and guide page slugs for a substring match (case-insensitive).' This clearly defines what the tool does and distinguishes it from sibling tools like quickshell_list_types and quickshell_get_type, which retrieve known items rather than searching. The explicit instruction to 'never guess property/type names, verify them here first' further anchors the tool's role.

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?

Usage guidance is explicit and actionable: 'ALWAYS call this before writing any QML that references a Quickshell type or property from memory' and includes concrete examples mapping user intents to search terms. It also explains when to set include_content=True for prose questions and include_type_pages=True for deep type-page searches, effectively covering both when and when-not-to-use scenarios. This is a textbook example of usage 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/franklinnolasco7/quickshell-mcp'

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