Skip to main content
Glama
rog0x
by rog0x

http_request

Make HTTP requests with control over method, headers, body, authentication, and timeouts. Get detailed response data including status, headers, body, and timing information.

Instructions

Make an HTTP request with full control over method, headers, body, authentication, and timeouts. Returns status, headers, body, and timing information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS
urlYesThe full URL to send the request to
headersNoKey-value pairs of HTTP headers to include
bodyNoRequest body (for POST, PUT, PATCH)
timeoutNoRequest timeout in milliseconds (default: 30000)
follow_redirectsNoWhether to follow redirects (default: true)
authNoAuthentication configuration
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions control over authentication and timeouts, which hints at security and performance aspects, but lacks details on error handling, rate limits, or side effects. It adequately describes the return values but could be more comprehensive for a tool with such broad capabilities.

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 front-loaded and concise, consisting of two efficient sentences that cover the tool's purpose and return values without any wasted words. Every sentence contributes directly to understanding the tool's functionality.

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?

Given the tool's complexity (7 parameters, no annotations, no output schema), the description is somewhat complete but lacks depth. It covers the basics of what the tool does and returns, but for a general-purpose HTTP request tool, more details on error scenarios, security implications, or example use cases would enhance completeness.

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 description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal value by summarizing the parameters ('method, headers, body, authentication, and timeouts') but does not provide additional semantics beyond what the schema offers, aligning with the baseline score for high schema coverage.

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 with specific verbs ('Make an HTTP request') and resources ('full control over method, headers, body, authentication, and timeouts'), and distinguishes it from siblings by emphasizing its general-purpose nature versus specialized tools like api_health or jwt_decode.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like api_health or header_analyzer, nor does it mention any prerequisites or exclusions. It merely states what the tool does without contextual usage advice.

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/rog0x/mcp-api-tools'

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