Skip to main content
Glama

set_cookie

Set a browser cookie by specifying name, value, and optional attributes like domain, path, expiry, secure, and httpOnly.

Instructions

Set a browser cookie with the given name, value, and optional attributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCookie name.
pathNoCookie path. Defaults to "/".
valueYesCookie value.
domainNoCookie domain. Defaults to current page domain.
expiryNoCookie expiry as a Unix timestamp in seconds. Omit for session cookie.
secureNoWhether the cookie is secure (HTTPS only).
httpOnlyNoWhether the cookie is HTTP-only (not accessible via JavaScript).
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only states the basic action but does not mention side effects, such as modifying the browser cookie jar or affecting future requests, nor security implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 12 words, which is concise. However, it lacks structure like separate sections for parameters or usage, but it is not overly verbose.

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

Completeness2/5

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

No output schema, no annotations, and 7 parameters. The description is too minimal; it does not explain return values, error conditions, or constraints like cookie size limits, making it incomplete for a tool with this complexity.

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 coverage is 100%, so the schema already describes each parameter. The description adds no additional meaning beyond 'optional attributes', meeting the baseline for high 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 verb 'Set' and the resource 'browser cookie', and mentions optional attributes. It distinguishes from siblings like get_cookies and delete_cookie by the action of setting.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like set_storage. The description does not provide context for appropriate usage scenarios or exclusions.

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/HayoDev/safari-devtools-mcp'

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