Skip to main content
Glama

Get SSL/HTTPS settings

get_ssl_settings
Read-only

Retrieve SSL settings for a domain to inspect certificate configuration and security parameters.

Instructions

[READ] Get domain SSL settings. Official: GET /cdn/4.0/domains/{domain}/ssl

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds only the official endpoint reference and a redundant [READ] tag; it says nothing about auth requirements, response contents, or caching. With annotations carrying the safety profile, this modest addition warrants a 3.

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?

Two front-loaded sentences with no filler; the purpose and the underlying endpoint are both stated immediately. Slightly terse but not wasteful.

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?

For a simple read-only tool with a single parameter, no output schema, and full annotation coverage, the description is minimally adequate. It omits any hint of what the SSL settings payload contains, which is a minor gap given no output schema exists to document it.

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 0% and the sole parameter (domain) has a regex pattern but no prose explanation. The description adds no meaning beyond the name 'domain' — no format, no example, no note on which domain identifier forms are acceptable.

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 states a clear verb+resource: get SSL settings for a domain, and maps it to a concrete REST endpoint (GET /cdn/4.0/domains/{domain}/ssl). It does not explicitly differentiate from the sibling update_ssl_settings, but the read/mutation split is obvious from the verb.

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?

There is no when-to-use guidance and no mention of the sibling update_ssl_settings or any prerequisite/context. The only implicit cue is the [READ] tag, which leaves the agent to infer that this is the inspection counterpart to the update tool.

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

Deploy Server

Other Tools