Skip to main content
Glama

scan_pattern

Search game memory for byte patterns using hex and wildcards, returning matching addresses.

Instructions

Search for a byte pattern in game memory.

Pattern format: hex bytes with ?? wildcards (e.g., "48 8B 05 ?? ?? ?? ?? 45")

Args: pattern: AOB pattern to search for module: Module to search in (default "GTA5.exe")

Returns: List of matching addresses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYes
moduleNoGTA5.exe

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries full behavioral burden. It discloses inputs and return type but does not state whether the operation is read-only, potential side effects, or performance implications. The lack of explicit read-only declaration is a gap.

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?

The description is concise and well-structured: one-line purpose, pattern format example, and clear args list. No redundant words, every sentence adds value.

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?

Given the tool's simplicity and the existence of an output schema (not shown), the description covers the core functionality. However, it lacks details on return format specifics (e.g., address type) and error handling, making it minimally adequate.

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?

The description explains both parameters: pattern (AOB format with wildcards) and module (default GTA5.exe). Since the input schema has no descriptions, this provides crucial meaning beyond the schema's type-only specification, fully compensating for the 0% schema description coverage.

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 the tool searches for a byte pattern in game memory, with an example pattern format. It distinguishes from sibling tools like read_memory or write_memory by focusing on pattern scanning, but does not explicitly differentiate from all siblings.

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 implies use for pattern scanning but provides no explicit guidance on when to use this tool versus alternatives (e.g., scan_structure, read_memory). No exclusion criteria or context for selection.

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/TabbedScamper/GTAV-CLAUDE-MCP'

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