Book a grooming appointment for your pet at PetSmart. Services include bath & brush, haircut, nail trim, and full grooming packages.
AI agents use schedule_grooming to create or update resources in PetSmart MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your PetSmart MCP Server environment.
Booking an appointment is a write operation: it creates a new record (the appointment) and commits PetSmart to provide a service. It is reversible (the appointment can be cancelled), so it does not qualify as Destructive. It is not Execute because it does not run arbitrary code or trigger uncontrolled external operations — its effects are scoped to a specific, well-defined business action.
From the tool's definition Tool name is 'schedule_grooming' and description states 'Book a grooming appointment' — this creates a new service appointment in PetSmart's system, modifying business records (appointment calendar, staff assignments, customer data).
Attacks that exploit this kind of access
Book a grooming appointment for your pet at PetSmart. Services include bath & brush, haircut, nail trim, and full grooming packages. It is categorised as a Write tool in the PetSmart MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the PetSmart MCP Server MCP server in PolicyLayer and add a rule for schedule_grooming: 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 PetSmart MCP Server. Nothing to install.
schedule_grooming is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the schedule_grooming 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.
Set action: deny in the PolicyLayer policy for schedule_grooming. 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.
schedule_grooming is provided by the PetSmart MCP Server MCP server (markswendsen-code/mcp-petsmart). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
schedule_grooming is one line of PetSmart MCP Server's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →