Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_TENANT_IDYesThe Azure tenant ID
AZURE_SUBSCRIPTION_IDYesThe Azure subscription ID

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
censys_search_hostsA

Search internet-connected hosts across the global Censys IPv4/IPv6 database.

Usage Guidelines

  • Best for discovery of exposed external infrastructure, open ports, and services.

  • Uses Censys Search v2 syntax on the /v2/hosts/search endpoint.

  • Requires active CENSYS_API_ID and CENSYS_API_SECRET credentials.

censys_get_hostA

Retrieve comprehensive intelligence and protocol details for a single host.

Usage Guidelines

  • Provides full port fingerprints, TLS certificates, DNS records, and vulnerability exposure.

  • Target must be a raw IPv4 or IPv6 string without scheme or CIDR masking.

azure_list_resource_groupsA

List resource groups available within a specific Microsoft Azure subscription.

Usage Guidelines

  • Intended for cloud inventory mapping and configuration inspection.

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 3 tools

Disambiguation4/5

The three tools are clearly distinct: two Censys operations (search vs. get) and one Azure operation. However, the server name implies an Azure-only platform while including Censys tools, which could mislead an agent about the server's scope, though the tools themselves are unambiguous.

Naming Consistency5/5

All tool names follow a consistent provider_verb_noun pattern (censys_search_hosts, censys_get_host, azure_list_resource_groups), making it predictable and easy to parse.

Tool Count2/5

With only 3 tools spanning two unrelated domains (Censys and Azure), the set feels under-scoped for a 'platform' server. Each domain has minimal coverage, making the count too low for the implied breadth.

Completeness2/5

Censys is limited to host search and host details, missing certificate search, account info, or other common endpoints. Azure only lists resource groups, lacking create/update/delete or any other resource operations. The surface is severely incomplete for both domains.

Maintenance

ActivityMaintained
ResponsivenessNo issues