Skip to main content
Glama
jumodada

DrissionPage MCP Server

by jumodada

Find Element In Frame

frame_find
Read-onlyIdempotent

Find an element inside a specific frame or iframe without affecting global frame state. Provide a selector and optionally specify the frame by index or selector.

Instructions

Find an element inside a selected iframe/frame without global frame state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
selectorYesSelector inside the target frame.
frame_indexNo
frame_selectorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive behavior. The description adds a key behavioral trait: 'without global frame state,' which clarifies it does not alter frame context. This goes beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the purpose. However, it lacks structural elements like separate sections for usage or parameters, which would improve readability. It is appropriately brief but could be more organized.

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 the presence of an output schema and sibling tools, the description is too sparse. It does not explain how frames are selected, what happens if the frame is missing, or how the tool interacts with frame_list/frame_snapshot. Leaves significant gaps for the agent.

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 only 25% schema parameter description coverage (only 'selector' is described), the description adds no parameter details. It does not clarify the roles of 'timeout', 'frame_index', or 'frame_selector', failing to compensate for the low schema coverage.

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 finds an element inside a selected iframe/frame, addressing a specific context (frames) that differentiates it from sibling tools like element_find, which operate on the main page. The phrase 'without global frame state' further distinguishes its scope.

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?

The description implies usage when an element is inside a frame but does not explicitly state when to use this tool versus alternatives like element_find, or how the frame is selected. No guidance on prerequisites or frame selection methods.

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/jumodada/Drissionpage-MCP-Server'

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