Skip to main content
Glama
operatorsheets

mcp-server-starter-kit

HTTP GET JSON

http_get_json

Retrieve JSON data from HTTPS URLs that pass an SSRF host allowlist, with a configurable timeout to avoid hangs.

Instructions

GET an allowlisted https:// URL and return the JSON body. Enforces an https-only rule, an SSRF host allowlist, and a request timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute https:// URL to GET. Host must be in ALLOWED_FETCH_HOSTS.
timeout_msNoAbort the request after this many milliseconds.
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the https-only rule, SSRF host allowlist, and request timeout, giving the agent important constraints. It does not describe error handling or response format beyond JSON, but the core safety behavior is transparent.

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 a single, front-loaded sentence that immediately states the tool's purpose and key constraints without extraneous words. Every clause adds value.

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?

For a simple two-parameter GET tool, the description covers the essential purpose, input constraints, and timeout, and it notes the return type (JSON body). It doesn't specify error handling or non-JSON responses, but given the lack of output schema and complexity, it is sufficiently 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 covers both parameters with descriptions (100% coverage), so the baseline is 3. The description adds some context about the URL being allowlisted and the timeout, but largely restates what the schema already provides.

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 explicitly states the action 'GET an allowlisted https:// URL' and the result 'return the JSON body.' It clearly distinguishes from the only sibling 'ping' by focusing on fetching JSON content rather than connectivity checks.

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?

The description provides clear context for when the tool is applicable: it works only on allowlisted https URLs and enforces a timeout. However, it does not explicitly contrast with 'ping' or list exclusions, so it lacks explicit alternative guidance.

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/operatorsheets/mcp-server-starter-kit'

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