Skip to main content
Glama
ccpopy

codesign-mcp

by ccpopy

Collect CoDesign Network (Diagnostics)

debug_collect_network
Read-only

Opens a sharing page in headless browser and records network responses. Use to discover unknown endpoints or debug tool failures by returning a redacted summary of JSON key paths.

Instructions

Open the sharing page in a headless browser, record all network responses for timeoutMs, and return a REDACTED summary. Use this to discover unknown endpoints or to debug why a tool fails. Output never contains Cookie, Authorization, password, state-key values, or response bodies — only JSON key paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sharingUrlYes
passwordNo
timeoutMsNo
includeHeadersNo
maxBodyKeyDepthNo
Behavior5/5

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

The description goes beyond annotations by specifying that output never includes sensitive values (Cookie, Authorization, password, state-key) or response bodies—only JSON key paths. It also mentions the headless browser side-effect, aligning with the openWorldHint annotation.

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: first describes the core action, second explains use cases and output limitations. No wasted words, key information is front-loaded.

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?

The description covers main behavior and output redaction but omits details on the summary format and the effect of parameters like includeHeaders and maxBodyKeyDepth. Given no output schema, more detail would be helpful.

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

Parameters2/5

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

With 0% schema coverage, the description should explain all five parameters, but it only mentions timeoutMs in context. It does not describe sharingUrl, password, includeHeaders, or maxBodyKeyDepth, leaving the agent to infer their roles.

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 opens a sharing page in a headless browser, records network responses for a specified timeout, and returns a redacted summary. This distinguishes it from sibling tools like login, logout, and artboard functions.

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

Usage Guidelines4/5

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

It explicitly advises using this tool to discover unknown endpoints or debug tool failures. While it doesn't list when not to use it, the context makes it clear it's for diagnostic purposes rather than routine operations.

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/ccpopy/codesign-mcp'

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