Skip to main content
Glama
Jiibran
by Jiibran

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRAFTRIFT_API_KEYNoYour CraftRift Verify API key. Optional; without it the server runs in demo mode with IP-based rate limiting.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_websiteB

Verify if a website is live and accessible. Checks HTTP response and content availability.

verify_sslB

Verify if a website has a valid SSL certificate. Checks certificate validity, expiration, and chain.

verify_dnsB

Verify if DNS records have propagated. Checks A, AAAA, CNAME, MX, and TXT records.

verify_api_healthA

Verify if an API endpoint is healthy and responding correctly. Can check for expected status codes or response content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct verification aspect (API health, DNS, SSL, website) with no overlap, making it easy for an agent to choose the correct one.

Naming Consistency5/5

All tools follow a consistent 'verify_' prefix followed by a specific noun (e.g., verify_api_health, verify_dns), forming a predictable verb_noun pattern.

Tool Count5/5

Four tools is well-scoped for a verification-focused server; each tool covers a common infrastructure check without overloading or underserving the domain.

Completeness4/5

The set covers the most common verification needs (API, DNS, SSL, website) but lacks checks like port availability or email delivery, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues