Skip to main content
Glama

auth_cookie_tamper

Test authentication bypass by sending HTTP requests with manipulated cookie values to identify privilege escalation vulnerabilities in web applications.

Instructions

Test cookie manipulation for privilege escalation.

Sends requests with tampered cookie values and checks for access.

Returns: {"results": [{"cookies": dict, "status": int, "length": int, "response_snippet": str}]}.

Side effects: Sends GET requests with manipulated cookies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to test with tampered cookies (e.g. /dashboard, /admin)
cookiesYesCookie name-value pairs to send, e.g. {"logged_in": "true", "admin": "1"}
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes side effects ('Sends GET requests with manipulated cookies'), return format, and the tool's testing nature, though it could add more on error handling or rate limits.

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 front-loaded with the core purpose, followed by return details and side effects in three concise sentences. Every sentence adds value without redundancy, making it efficiently structured.

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?

Given the tool's complexity (security testing with side effects), no annotations, and no output schema, the description does well by explaining purpose, returns, and side effects. However, it could improve by detailing prerequisites or error scenarios for full completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters (url and cookies). The description adds no additional parameter semantics beyond what the schema provides, meeting the baseline score of 3 for high schema coverage.

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?

The description clearly states the tool's purpose with specific verbs ('Test cookie manipulation for privilege escalation') and resources ('cookie values'), and distinguishes it from siblings like auth_bruteforce or auth_csrf_extract by focusing on cookie tampering rather than other authentication attacks.

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?

The description implies usage for testing privilege escalation via cookie manipulation, but does not explicitly state when to use this tool versus alternatives like auth_bruteforce or idor_test. It provides context but lacks explicit guidance on exclusions or comparisons.

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/operantlabs/operant-mcp'

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