Skip to main content
Glama

fuzzy_find_file

Locate SA-MP source or config files by partial filename when you don't know the exact path. Search .pwn, .inc, and .cfg files to get matching results.

Instructions

Find .pwn/.inc/.cfg files by partial name match. Useful when you can't remember the exact file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPartial filename to search for (e.g. 'main', 'airdrop')
maxResultsNoMax results to return
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It states the matching behavior and file-type scope, but does not disclose whether the search is recursive, what directory it searches, whether it is case-sensitive, or that it is strictly read-only. This is adequate for a simple find tool but leaves gaps.

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?

Two sentences with zero wasted words: the first states the action and scope, the second gives the when-to-use context. Every sentence earns its place.

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

Completeness3/5

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

For a 2-parameter tool with no output schema, the description covers purpose and usage but omits the return format and search scope. The absence of annotations increases the need for behavioral details, which are only partially present.

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?

Schema description coverage is 100%; both 'name' and 'maxResults' are documented in the input schema. The tool description adds no parameter details beyond what the schema already provides, so the baseline of 3 applies.

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 uses a specific verb and resource types ('.pwn/.inc/.cfg') and describes the matching method ('partial name match'). This clearly distinguishes the tool from sibling tools like list_server_files and read_pawn_script.

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 second sentence gives a concrete use case: 'Useful when you can't remember the exact file path.' It does not explicitly name alternatives or exclusions, but this context is clear enough for an agent to decide when to invoke it.

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/KongGithubDev/SAMP-MCP'

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