Skip to main content
Glama

osint-terminal

Certhistory

certhistory

Cert History: crt.sh issuer timeline & counts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It discloses that the result involves a timeline and counts, but not what the input should represent, how the query is performed, what limits exist, or what the response structure contains beyond the declared output schema.

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?

The description is very short and front-loads the source and output type with no filler. It loses a point because 'Cert History' mostly restates the tool name, but the added 'crt.sh issuer timeline & counts' gives it substantive value.

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

Completeness2/5

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

The tool is simple (one optional parameter) and has an output schema, so the main missing piece is input semantics. Failing to define 'q' means the agent cannot reliably construct a correct call, making the description incomplete despite its low complexity.

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?

Schema description coverage is 0% and the one parameter 'q' is entirely undocumented in both the schema and the description. The description does not even mention the parameter, leaving the agent unable to know what value to supply or whether the empty default is meaningful.

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 identifies a specific resource (crt.sh) and a distinctive output ('issuer timeline & counts'), so an agent can infer this returns certificate history data. It lacks an explicit verb and doesn't name sibling tools, but it is much more specific than a bare label and unlikely to be confused with the broad certificate-related siblings.

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?

No guidance is given on when to use this tool versus siblings such as ctlogsearch, tlsa, or tlsscan. There is no stated trigger condition, prerequisite, or alternative, so the agent is left to infer usage from the name and the crt.sh reference.

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.

Resources