Skip to main content
Glama

pilot_get

Fetch a webpage's full readable content and interactive elements with a single URL call, providing enough context to answer read questions without additional tool calls.

Instructions

Navigate to a URL and return its full readable content + interactive elements in one call.

Use this as the primary tool for "go to X and find Y" read tasks. It combines navigation and content extraction, eliminating the need for a separate snapshot call.

Parameters:

  • url: The URL to fetch

Returns: Page title, readable body text (up to 1500 chars), and interactive elements. Enough context to answer most read questions without additional tool calls.

Errors:

  • Timeout (15s): The page took too long to load.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
Behavior4/5

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

With no annotations, the description carries full burden and covers key behaviors: returns title, body text (up to 1500 chars), interactive elements, and timeout error. It does not mention non-destructive nature, but the read-only implication is clear.

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 concise and well-structured with clear sections for parameters, returns, and errors. Every sentence adds value, and the main action is front-loaded.

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 no output schema and no annotations, the description sufficiently explains the tool's purpose, return values (with constraints), and error conditions. It could be more specific about the format of interactive elements, but overall it is complete.

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?

The schema already describes the single 'url' parameter with 'URL to navigate to'. The description adds only 'The URL to fetch', which is equivalent, providing minimal extra value 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 clearly states that the tool navigates to a URL and returns readable content plus interactive elements. It explicitly differentiates from siblings like 'pilot_navigate' and 'pilot_snapshot' by combining navigation and extraction into one call.

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 explicitly states 'Use this as the primary tool for 'go to X and find Y' read tasks' and notes it eliminates the need for a separate snapshot call, providing clear guidance for read scenarios.

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/TacosyHorchata/Pilot'

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