Skip to main content
Glama

inspect_form

Inspect current or given job application form URLs to extract a semantic field list, current values, dropdown options, and add-more buttons, enabling agent planning for form filling.

Instructions

采集当前(或给定 url)网申表单结构:带 msg 语义的字段清单、当前值、下拉选项、可用的“添加更多”按钮。用于 Agent 语义规划。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo可选:要导航并采集的表单 URL

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description must carry the behavioral burden. The verb 采集, combined with the listed outputs, conveys a read-only inspection operation and tells the agent what it will receive. It does not explicitly state 'no side effects', but the inspection framing makes the behavior clear enough.

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?

One dense sentence front-loads the action and resource, listst the collected elements, and ends with usage purpose. There is no filler, and each clause contributes to an agent's understanding of when and how to invoke it.

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 no output schema, the description enumerates the main return components — field list, current values, dropdown options, add-more buttons — so an agent can anticipate the result. It could be more explicit about exact return shape or failure behavior, but for a single optional-parameter inspection tool it is largely sufficient.

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?

The schema covers the only parameter, url, 100% with a description of optional navigation and collection. The tool description adds the key semantic that omitting url inspects the current form while providing one navigates and inspects a given URL, which goes beyond the schema.

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 uses a specific verb, 采集, and a specific resource, 网申表单结构, and enumerates exactly what is collected: fields with msg semantics, current values, dropdown options, and available 'add more' buttons. This clearly distinguishes it from the sibling tools navigate, fill_form, and verify_form.

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 states the intended context: 用于 Agent 语义规划, which signals use during semantic planning rather than execution. It does not explicitly name fill_form or verify_form as alternatives or state when not to use it, so it stops short of the top score.

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/EXPR2023/ats-fill-mcp'

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