Skip to main content
Glama
doteyeso-ops

Vibes-Coded Agent Tools

vc_web_search

Read-onlyIdempotent

Search the public web and receive JSON output with titles, URLs, and snippets. Returns current information for any query.

Instructions

Run a public web search and return titles, URLs, and snippets as JSON.

Use when you need current public web results for a query. Do not use for private/intranet pages — call vc_page_markdown with a known URL instead. Sibling: vc_page_markdown (one URL), pay (generic slug caller).

Auth: free-trial or prepaid X-Vibes-Key preferred; else USDC via x402 (~$0.02). Side effects: outbound HTTP to a search provider; no local writes. Returns JSON results, or a payment_required challenge if unpaid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string.
max_resultsNoMax results to return (typical 1–10).
payment_signatureNoOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, destructiveHint. The description adds valuable context: authentication options (free-trial/prepaid X-Vibes-Key, USDC via x402), side effects (outbound HTTP, no local writes), and return behavior (JSON results or payment_required challenge). This goes beyond what annotations offer.

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 5 sentences, front-loaded with purpose. Each sentence adds value: purpose, usage guidance, sibling, auth, side effects, returns. It is fairly concise, though could be slightly more streamlined. Overall well-structured.

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

Completeness5/5

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

Given the tool's complexity (public web search, payment, multiple auth methods, output schema exists), the description covers all essential aspects: purpose, usage, auth, side effects, and return types. No obvious gaps remain.

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 descriptions cover all 3 parameters with 100% coverage. The description adds no additional parameter-specific meaning beyond what is already in the schema (e.g., query is a search string, max_results default 5, payment_signature optional). Baseline score of 3 is appropriate.

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 'Run a public web search and return titles, URLs, and snippets as JSON.' It specifies the verb, resource, and output format. It distinguishes from sibling vc_page_markdown by noting that vc_web_search is for public web results, not private pages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use ('when you need current public web results for a query') and when not to use ('Do not use for private/intranet pages') with a direct alternative ('call vc_page_markdown with a known URL instead'). It also names the sibling tool.

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/doteyeso-ops/mcp-server-vibes-coded'

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