Skip to main content
Glama

neuron_set_cookie

Set a cookie on a specific URL and domain, with configurable attributes for path, expiration, security, and same-site behavior to manage browser state during automated testing.

Instructions

Set a cookie on a domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL context for the cookie
nameYes
pathNoDefault: /
valueYes
domainNo
secureNo
httpOnlyNo
sameSiteNo
expirationDateNoUnix timestamp

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.1

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden, but it only states the high-level action. It does not disclose overwrite semantics, permission requirements, session effects, or error handling, which are important for a mutating cookie operation.

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

Conciseness2/5

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

The description is short and free of fluff, but it is under-specified for a tool with 9 parameters. This is not effective conciseness; it borders on missing critical information.

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

Completeness1/5

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

Given no output schema, no annotations, and 9 parameters with 3 required, a single generic sentence is grossly inadequate. The agent has no information about defaults, constraints, side effects, or return behavior.

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

Parameters1/5

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

Schema description coverage is only 33%, and the description adds no parameter-level meaning. It fails to explain name, value, domain, secure, httpOnly, sameSite, or expirationDate, leaving the agent with no additional semantic help beyond the bare schema.

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 states a specific verb ('set') and resource ('cookie'), which clearly conveys the tool's purpose. It is distinguishable from sibling tools like neuron_get_cookies and neuron_delete_cookie by action, though the phrase 'on a domain' is slightly imprecise since cookies are set on a URL and domain is optional.

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?

The description gives no explicit guidance on when to use this tool versus alternatives. It does not mention creating vs. updating cookies, nor does it contrast with get/delete cookie tools, leaving the agent to infer usage entirely from the tool's name.

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/conquext/neuron-inspector'

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