Skip to main content
Glama

navigate

Opens or focuses a target job application URL and injects the automation engine, returning the page title and form control count for immediate form inspection.

Instructions

打开/聚焦目标网申页面并注入执行引擎,返回页面标题与控件数。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes目标网申表单 URL

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

There are no annotations, so the description must carry the behavioral disclosure burden. It does state that the tool opens/focuses the page, injects an execution engine, and returns page title and control count, which gives useful behavioral signals. However, it does not explain side effects, failures, or what '注入执行引擎' entails, so transparency is partial.

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 sentence with no redundancy; it packs the action, resource, side effect, and return value into a compact statement. It loses a point because the phrase '注入执行引擎' is jargon that could be clearer, but structurally it is efficient.

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

Completeness3/5

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

For a simple one-parameter navigation tool, the description is mostly adequate: it names the target, the action, and the return values. However, it lacks any guidance on ordering or prerequisites relative to sibling tools, and the meaning of '注入执行引擎' is left unexplained, making the tool slightly under-specified.

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

Parameters3/5

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

Schema description coverage is 100% for the single 'url' parameter, so the schema already documents that it is the target form URL. The description adds no extra semantic detail about the parameter format, behavior, or edge cases, matching the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('打开/聚焦' – open/focus) and the resource ('目标网申页面' – target application page), and states the expected return values (page title and control count). It distinguishes itself from sibling tools like inspect_form and fill_form by indicating this is the navigation/setup step, though the phrase '注入执行引擎' is somewhat vague.

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 this tool is used to open or focus the page before form interactions, but it does not explicitly state when to use it versus inspect_form, fill_form, or verify_form. No exclusions or alternative routing are provided, leaving the agent to infer the intended workflow.

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