Skip to main content
Glama

HTTP 403 forbidden

http-403

Meaning of HTTP 403.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1/5.0
Behavior1/5

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

There are no annotations, and the description discloses no behavioral traits such as side effects, permissions, rate limits, or whether it performs read-only operations. The description gives no information about what happens when the tool is invoked.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely brief but lacks any structure or actionable information. It is a fragment rather than a clear statement of purpose, so brevity comes at the cost of clarity.

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

Completeness1/5

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

The description omits essential information about the tool's function, expected inputs, outputs, and usage context. For a tool with four parameters and multiple siblings, this level of incompleteness makes it impossible to use correctly.

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

Parameters1/5

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

The parameters (url, host, json, zone) each have generic descriptions, but the tool-level description does not explain how they relate to the tool's purpose. The description adds no meaning beyond the schema and leaves their role entirely ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a noun phrase ('Meaning of HTTP 403') and does not state an action or verb+resource. It is unclear what the tool actually does, and it does not differentiate from the sibling tool 'status-catalog' which likely provides status code information.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives like 'status-catalog' or 'normalize-url'. There is no context for what problem it solves or how it should be selected.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.1/5.0
Disambiguation3/5

Most tools are distinct, but http-403 and status-catalog overlap for status-code lookups, and timezone/utc-time/iana-zones form a related cluster. citation and normalize-url both expose host/origin info, so an agent could hesitate between them.

Naming Consistency3/5

All names use lowercase hyphens, but the set mixes noun-style names (citation, timezone, status-catalog) with verb-style names (normalize-url, inspect-robots, validate-json), and http-403 is a code rather than an action. The pattern is readable but not consistent.

Tool Count3/5

11 tools is a reasonable count, but the scope is unfocused: URL utilities, HTTP status, time, and JSON validation are bundled together. For a server named 'HTTP 403 forbidden', it feels padded rather than tightly scoped.

Completeness3/5

For a general stateless utility server, common operations exist, but there are gaps: no timezone conversion, no URL query parsing, and status-code coverage is shallow. The domain is broad enough that completeness is hard to pin down.