Skip to main content
Glama
artemisaiev

roku-dev-doc-mcp

by artemisaiev

Search Roku docs

search_roku_docs
Read-only

Find Roku/BrightScript docs by relevance with plain keywords or FTS5 syntax (phrases, AND/OR/NOT). Results show path, title, and snippet for identification.

Instructions

Full-text search across the Roku/BrightScript documentation, ranked by relevance. Supports plain keywords as well as FTS5 syntax ("exact phrase", term*, AND/OR/NOT). Returns the path, title, and a highlighted snippet for each hit — use get_roku_doc to read a result in full.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default 10)
queryYesSearch terms, e.g. "roArray Push" or "video playback"
prefixNoRestrict to a folder, e.g. "docs/REFERENCES/brightscript"
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds meaningful behavioral detail: it returns a path, title, and highlighted snippet, supports FTS5 syntax, and ranks results by relevance. No contradiction with annotations exists.

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?

Three focused sentences, front-loaded with the core purpose, then syntax details, then return format and follow-up tool. Every sentence earns its place with no redundancy.

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?

There is no output schema, so the description appropriately describes the return shape (path, title, snippet). It also covers search syntax and directs the agent to the proper next step. Combined with full schema documentation for params, the agent has everything needed to call this tool correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining query flexibility ('plain keywords as well as FTS5 syntax'), giving examples, and clarifying that results are relevance-ranked. This extra context helps an agent craft effective queries.

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 states a specific verb ('Full-text search'), a specific resource ('Roku/BrightScript documentation'), and the distinctive behavior ('ranked by relevance'). It clearly separates this tool from its siblings: get_roku_doc reads a full document, while search finds matches.

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 tells the agent to use get_roku_doc to read a result in full, providing a clear follow-up pathway. It does not explicitly contrast with list_roku_docs or state when not to use this tool, but the search-vs-browse distinction is implied by the wording.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/artemisaiev/roku-dev-doc-mcp'

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