Skip to main content
Glama
Eddym06

Chrome Devtools Advanced MCP

by Eddym06

test_api_endpoint

Test API endpoints by sending HTTP requests, capturing responses, and automatically handling auth cookies.

Instructions

Send HTTP request to an API endpoint and capture the response. Handles auth cookies automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAPI endpoint URL
bodyNoRequest body (JSON string for POST/PUT)
tabIdNoTab ID (optional)
methodNoHTTP methodGET
headersNoRequest headers as object {"Content-Type": "application/json"} OR JSON string
includeCredentialsNoInclude cookies and auth in request
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses that auth cookies are handled automatically, which is useful, but it omits side effects, response structure, error behavior, or whether cookies are modified. For a tool that sends HTTP requests, this is minimal transparency.

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: the first states the primary action, the second adds a key behavioral trait. Both earn their place with no fluff or repetition. Front-loaded and efficient.

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?

Despite six parameters and no output schema, the description is only two sentences. It doesn't describe the captured response format, error handling, or how auth is handled beyond a vague note. The tool's behavior in edge cases or with different methods/headers is unaddressed, leaving significant gaps for an HTTP request 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?

Schema description coverage is 100%, so the baseline is 3. The description adds 'handles auth cookies automatically' which relates to includeCredentials but doesn't explain parameter usage beyond the schema. It neither compensates nor detracts from the schema's clarity.

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 clearly states the tool sends HTTP requests and captures responses, with an additional note about auth cookies. It distinguishes itself from sibling tools like extract_api_data by focusing on sending and capturing rather than extracting data from a page. However, it doesn't explicitly name alternatives, so it's not a 5.

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 mention of when to use this tool versus alternatives like add_custom_header_to_request or intercept_and_modify_traffic. The description implies testing API endpoints, but provides no exclusions, prerequisites, or context for choosing this tool over others.

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/Eddym06/chrome-devTools-advanced-mcp'

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