Skip to main content
Glama

mark

Capture the current vehicle or wheel state with a descriptive label to mark sync points in gameplay.

Instructions

User-triggered capture point. Call this when user says "go" or "done".

Captures current vehicle/wheel state with the given label. This is the sync signal in the action-prompted model.

Args: label: Descriptive label (e.g., "user_ready", "shift_complete")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states that it captures state but does not mention side effects, such as whether previous captures are overwritten, or if any permissions or prerequisites are needed.

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: three short sentences that front-load the core purpose, trigger condition, and parameter explanation with no superfluous content.

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?

For a single-parameter tool with an output schema (not shown), the description adequately covers how and when to use it. It could be improved by mentioning whether it overwrites previous marks or any error conditions, but overall it is sufficient.

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 input schema provides only the parameter name and type with no description (0% coverage). The description adds meaningful context by explaining the label as 'Descriptive label (e.g., user_ready, shift_complete)', which is essential for correct usage.

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 captures current vehicle/wheel state with a label, and identifies it as a user-triggered capture point. However, it does not differentiate from sibling tools like 'snapshot', which may have overlapping functionality.

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 explicitly says to call this when the user says 'go' or 'done' and identifies it as the sync signal in the action-prompted model. It provides clear context for use but does not mention alternatives or when not to use.

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