Skip to main content
Glama

novada_proxy_datacenter

Read-onlyIdempotent

Route requests through datacenter IPs for high-volume scraping of APIs and public data feeds without aggressive anti-bot protections. Supports geo-targeting and sticky IP sessions.

Instructions

Route requests through datacenter IPs — fastest and most cost-effective option for high-volume scraping of targets without aggressive anti-bot.

Best for: APIs, public data feeds, high-volume scraping of non-protected targets. Not for: novada_extract or novada_crawl — they handle proxy routing internally. These credentials are for your own HTTP clients (curl, requests, axios). Params: url (optional), country (ISO 2-letter, optional), session_id (optional for sticky IP). Formats: "url", "env", "curl". agent_instruction: Fastest proxies. Best for high-volume, non-anti-bot targets. Escalate to isp → residential if blocked. Requires: NOVADA_PROXY_USER, NOVADA_PROXY_PASS, NOVADA_PROXY_ENDPOINT env vars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoOptional target URL. When provided, returns config scoped for that URL. Omit for generic proxy credentials.
countryNoISO 2-letter country code for geo-targeting (e.g. 'us', 'de'). Optional — omit for any country.
session_idNoSession ID for sticky datacenter IP routing. Use for multi-step workflows requiring consistent IP.
formatYesOutput format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag.url
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds operational context: fastest/cost-effective, for non-anti-bot targets, requires env vars, and escalation behavior on block. No contradiction with annotations; the description enriches behavioral understanding.

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?

Front-loaded with purpose, then bullet-style best-for/not-for, params, formats, and agent_instruction. Each section is concise. Minor redundancy between agent_instruction and best-for/not-for, but overall efficient.

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?

Covers purpose, usage guidelines, parameter summary (though schema covers details), required env vars, and formats. No output schema exists, but return value (proxy credentials) is implied by format options. Lacks explicit note on response structure, but adequate for tool simplicity.

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% with good parameter descriptions. The description's parameter section repeats schema info without adding new semantic value. Baseline 3 is appropriate as the description adds no extra meaning 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 the tool's purpose: routing requests through datacenter IPs for high-volume scraping of targets without aggressive anti-bot. It distinguishes from siblings by explicitly noting that novada_extract and novada_crawl handle proxy routing internally, and that these credentials are for external HTTP clients.

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?

Explicitly lists best-for (APIs, public data feeds, high-volume non-protected targets), not-for (novada_extract, novada_crawl), and provides an agent_instruction with escalation path (isp → residential if blocked). This gives clear guidance on when and how to use the tool vs. alternatives.

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/NovadaLabs/novada-mcp'

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