Skip to main content
Glama

kloakt_snapshot

Retrieve an indexed accessibility tree of a webpage to understand layout and identify actionable elements, using compact node data for agent-driven interaction.

Instructions

Get an indexed accessibility/structure tree of a page — an agent-vision substitute when you can't see pixels. Returns compact nodes (index, tag, depth, visible, clickable, role, text, input type/value, href, label). Use to understand page layout and decide what to act on; pass interactive=true to get only the actionable elements (links, buttons, inputs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to snapshot
delayNoExtra ms to wait after load for async content (default: 0)
stealthNoEnable anti-detection mode
max_nodesNoCap on nodes emitted (default: 1500)
interactiveNoOnly return actionable elements (default: false)
Behavior4/5

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

With no annotations, the description carries full burden. It discloses returning compact nodes with specific fields, and the behavior of the interactive flag. It does not mention side effects or auth, but as a read-only snapshot, this is adequate.

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 concise, front-loaded sentences. Every word adds value—no filler or tautology. The structure immediately states the tool's core purpose, then details return fields and usage hints.

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

Completeness4/5

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

Given 5 parameters and no output schema, the description effectively covers the return format by listing fields. It positions the tool in the agent's workflow (vision substitute). However, it lacks details on error handling or page load limitations, keeping it from a 5.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are already documented. The description adds context like 'agent-vision substitute' and explains interactive returns 'only the actionable elements', enriching the schema. It partially repeats schema but adds meaningful usage guidance.

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 gets an 'indexed accessibility/structure tree of a page' as a 'vision substitute', using a specific verb and resource. It distinguishes itself from sibling tools like screenshot (visual) and scrape (raw content).

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?

The description advises using it 'to understand page layout and decide what to act on', and explains the interactive flag for actionable elements. It implies usage when vision is unavailable, but lacks explicit when-not or alternative recommendations.

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/KultMember6Banger/kloakt'

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