Skip to main content
Glama
crmmc

DrissionPage BetterMCP

by crmmc

cookie_get_all

Retrieves all cookies from the current page. Optionally filter by a domain substring to narrow results.

Instructions

Get all cookies for the current page. Optionally filter by domain substring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
tab_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. It states 'for the current page' but is ambiguous about scope (cookies for page URL vs all cookies accessible). No mention of read-only behavior or side effects.

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?

Two sentences, front-loaded with core purpose and optional filtering. No redundant words.

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

Completeness3/5

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

Provides basic purpose and one parameter detail, but lacks behavioral context, usage guidance, and explanation of tab_id. Given output schema exists, return values are covered, but still incomplete for a 2-param tool.

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?

Adds meaning for 'domain' parameter as substring filter, but 'tab_id' is not explained. Schema coverage is 0%, so description partially compensates but leaves a gap.

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?

Description clearly states 'Get all cookies for the current page' with optional filtering, making the verb and resource explicit. It distinguishes from siblings like cookie_remove and cookie_set by focusing on retrieval.

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?

Description implies usage for retrieving cookies from the current page, but lacks explicit guidance on when to use vs alternatives (e.g., when to use cookie_get_all vs cookie_remove/set) and no 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/crmmc/DrissionPage-BetterMCP'

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