Skip to main content
Glama
jumodada

DrissionPage MCP Server

by jumodada

Inspect Forms

form_inspect
Read-onlyIdempotent

Inspect forms on a webpage to retrieve controls with labels, selectors, methods, and safe optional values. Identify form requirements and available actions without exposing passwords.

Instructions

Inspect forms and controls with labels, selectors, methods, actions, requirements, options, and safe optional values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectorNoOptional CSS selector or XPath for a form or container. Empty means all forms on the current page.
max_formsNoMaximum number of forms to return
include_valuesNoInclude current non-password field values. Password values are never returned.
max_fields_per_formNoMaximum number of controls to return per form

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, ensuring safe behavior. The description adds context about inspecting safe optional values, which is consistent and provides marginal additional 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?

The description is a single, well-structured sentence that front-loads the purpose. No unnecessary words or redundant information.

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?

With output schema existing and all parameters documented, the description provides sufficient context. It could explicitly mention read-only nature, but annotations already cover that. Minor gap: no mention of error cases or form identification.

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% with individual parameter descriptions. The overall description adds meaning by summarizing the kinds of control properties inspected (labels, selectors, etc.), which goes beyond the parameter descriptions alone.

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 inspects forms and controls with specific attributes (labels, selectors, etc.), which directly follows from the name and title. It differentiates from sibling tools like element_click or element_find by focusing on form structure.

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 for form inspection but does not explicitly state when to use this tool versus alternatives like element_find or element_find_all for general element inspection. No explicit when-not or alternative guidance is provided.

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