Skip to main content
Glama

get_wheel_values

Retrieve current wheel parameters including camber, track width, tyre radius, rim radius, and tyre width for a given wheel index in Grand Theft Auto V.

Instructions

Read current values from a specific wheel using known Legacy offsets.

This uses the verified offsets from FiveM/IKT:

  • 0x008: Y rotation (camber)

  • 0x010: Inverse Y rotation

  • 0x030: X offset (track width)

  • 0x110: Tyre radius

  • 0x114: Rim radius

  • 0x118: Tyre width

Args: wheel_index: Which wheel (0=FL, 1=FR, 2=RL, 3=RR typically)

Returns: Current values for all known wheel fields

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wheel_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the read operation, lists specific memory offsets and their meanings, and mentions the offsets are verified from FiveM/IKT. However, it does not discuss error cases or side effects, though as a read tool, transparency is high.

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 well-structured: a brief summary, a list of offsets with meanings, and separate Args and Returns sections. Every sentence is informative and there is no waste.

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

Completeness4/5

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

The tool is straightforward: read wheel values by index. The description covers input parameter, what is read (offsets), and mentions return type (current values). An output schema is present, so return details are covered there. Could mention that it is read-only and safe, but overall complete.

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 0%, but the description provides clear semantics for the wheel_index parameter ('0=FL, 1=FR, 2=RL, 3=RR typically'), which is essential and adds significant value beyond the bare 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?

Clearly states it reads current wheel values using specific offsets, listing each offset's meaning. Distinguishes from siblings like set_wheel_value and find_wheel_visual_offsets by focusing on reading known offsets.

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

Usage Guidelines3/5

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

Describes what the tool does but does not explicitly state when to use it versus alternatives (e.g., find_wheel_visual_offsets for finding offsets, set_wheel_value for writing). Usage context is implied but not clarified.

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