Skip to main content
Glama

ct_cert_inventory

Build a complete certificate inventory from CT logs for any domain, organized by status, type, and CA. Get total and active counts, unique subdomains, and CA distribution.

Instructions

Build a full certificate inventory from CT logs for a domain. Groups by active/expired, wildcard/specific, and CA. Returns total count, active count, unique subdomains, and CA distribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to inventory certificates for (e.g. 'example.com')
Behavior4/5

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

With no annotations, the description discloses the data source (CT logs), grouping logic (active/expired, wildcard/specific, CA), and return values (total count, active count, unique subdomains, CA distribution). This gives the agent a solid behavioral model, though it doesn't mention potential limitations or side effects, which are minimal for a read-only inventory operation.

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 two sentences, front-loaded with the main purpose, and specifies both grouping dimensions and output fields without unnecessary words.

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

Completeness5/5

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

Given the simple schema and lack of output schema, the description fully covers what the tool does and returns, making it sufficiently complete for an agent to select and invoke it.

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 input schema already describes the single 'domain' parameter with an example. The tool description adds 'for a domain' but does not significantly enhance semantic understanding beyond the schema's existing description, warranting the baseline score for high schema coverage.

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 states 'Build a full certificate inventory from CT logs for a domain' with a specific verb ('Build') and resource ('certificate inventory'), and it clearly differentiates from sibling CT tools by focusing on inventory grouping and summary counts.

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 implies usage for obtaining a comprehensive certificate inventory, but it does not explicitly reference alternative tools like ct_search or ct_wildcard_audit. It provides clear context but no exclusion criteria.

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/badchars/dns-security-mcp'

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