Skip to main content
Glama

http_request

Send HTTP requests to any URL with customizable method, headers, and body for API testing or data retrieval.

Instructions

Make an HTTP request with customizable method, headers, and body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe target URL.
bodyNoRequest body string.
methodNoGET
headersNoJSON object of headers.
Behavior2/5

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

No annotations are provided, and the description only states it makes a request without disclosing side effects, auth requirements, rate limits, or error handling. Critical behavioral traits are missing.

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 single-sentence description is front-loaded with the core action and is free of fluff. However, it could include more detail (e.g., response behavior) without sacrificing brevity.

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

Completeness2/5

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

Given the tool has 4 parameters, nested objects, and no output schema, the description omits important context like response format, error behavior, and authentication requirements. It is insufficient for an agent to fully understand the tool's behavior.

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

Parameters2/5

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

Schema description coverage is 75% (three of four parameters have descriptions). The description merely rephrases 'customizable method, headers, and body' without adding new meaning or constraints beyond the schema.

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 uses a specific verb 'Make' and resource 'HTTP request', clearly indicating the tool's function. Although it doesn't differentiate from siblings, the siblings are unrelated (database, file, git), so no confusion arises.

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?

No explicit guidance on when to use this tool or alternatives. The agent must infer usage from context, which is limited given the sibling tools are unrelated.

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/dhruvkej9/mcp-dev-suite'

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