List programs
webgl_list_programsList all shader programs from a WebGL capture to inspect and debug rendering pipelines.
Instructions
List shader programs in a capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| captureId | Yes |
webgl_list_programsList all shader programs from a WebGL capture to inspect and debug rendering pipelines.
List shader programs in a capture.
| Name | Required | Description | Default |
|---|---|---|---|
| captureId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating a safe, read-only operation. The description adds the scope 'in a capture' but does not disclose additional behaviors (e.g., behavior on invalid captureId).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no filler. However, it is borderline under-specified given the lack of parameter details and usage guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a list tool with one parameter and good annotations, the description is minimally adequate. It does not describe the output format or provide any context beyond listing programs, which may leave the agent uncertain about what data is returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for the sole parameter captureId. The description mentions 'in a capture' but does not explain the parameter's purpose, format, or constraints, leaving the agent without sufficient semantic context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('List'), the resource ('shader programs'), and the scope ('in a capture'). This specificity distinguishes it from sibling tools like webgl_list_textures or webgl_list_framebuffers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives. The description implies use for listing all programs, but does not mention sibling tools like webgl_get_program_details for detail retrieval.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sakitam-fdd/spector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server