anim_get

Get one animation entry by label (e.g. 'umbrella', 'hands up') with its dict/clip/flags and, for

Server GTAV-CLAUDE-MCP tabbedscamper/gtav-claude-mcp
Category Read
Risk class Low
Parameters 00 required

What anim_get does on GTAV-CLAUDE-MCP

AI agents call anim_get to retrieve information from GTAV-CLAUDE-MCP without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why anim_get needs a policy

This tool retrieves animation metadata (dict/clip/flags) by label from the game engine. It performs a read-only query with no side effects on game state or data persistence. While it operates within a gaming context that also includes other dangerous capabilities (like call_native, alloc_cave which could modify memory), this specific tool is purely informational retrieval.

From the tool's definition Tool name 'anim_get' and description 'Get one animation entry by label' indicate a retrieval operation that queries animation data without modification or side effects.

Questions about anim_get

What does the anim_get tool do? +

Get one animation entry by label (e.g. 'umbrella', 'hands up') with its dict/clip/flags and, for. It is categorised as a Read tool in the GTAV-CLAUDE-MCP MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on anim_get? +

Register the GTAV-CLAUDE- MCP server in PolicyLayer and add a rule for anim_get: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches GTAV-CLAUDE-MCP. Nothing to install.

What risk level is anim_get? +

anim_get is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit anim_get? +

Yes. Add a rate_limit block to the anim_get rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block anim_get completely? +

Set action: deny in the PolicyLayer policy for anim_get. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides anim_get? +

anim_get is provided by the GTAV-CLAUDE- MCP server (tabbedscamper/gtav-claude-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.