Skip to main content
Glama
evonar543
by evonar543

rba_search_files

Search for specific text in files inside the Roblox Bridge Agent workspace. Filter by path, file extension, and maximum results.

Instructions

Search text files inside the RBA workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo.
queryYes
extensionsNoOptional extensions such as .lua or .ts.
maxResultsNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action ('search text files') but does not disclose whether the search is read-only, case-insensitive, recursive, or what the output format is. No side effects, limits, or permissions are mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no waste, which is concise, but it is under-specified for a tool with 4 parameters and no output schema. It is not as extreme as a tautology, but the brevity sacrifices necessary detail.

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?

Given the tool's complexity (4 parameters, no output schema, no annotations), the description is incomplete. It doesn't explain the return value, search behavior, or how path and extensions interact. It is minimally viable but leaves significant gaps for an agent to invoke the tool correctly.

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?

Schema description coverage is low (25%), so the description must compensate. It adds context for 'text files' which hints at the extensions parameter, but it does not explain the query parameter, path, or maxResults. The description adds minimal meaning beyond the schema's field names and types.

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 'Search text files inside the RBA workspace' clearly states a specific verb (search), resource (text files), and scope (RBA workspace). It distinguishes from sibling tools like rba_list_files and rba_read_file, which list or read files rather than search them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no mention of prerequisites. Users are left to infer that it's for finding text content, but there is no explicit 'use this when...' or comparison with sibling tools.

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/evonar543/roblox_bridge_agent'

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