Skip to main content
Glama

Security Contact Lookup

lookup_security_contact
Read-only

Find security reporting channels for responsible vulnerability disclosure. Takes a domain, IP, URL, package name, repository, container image, mobile app, hardware device, browser extension, desktop app, or organization name. Returns bug bounty programs, security.txt contacts, VDP links, abuse contacts, and national/global CERT fallbacks ordered by applicability to the queried owner and asset. This is informational only — not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYesThe asset to look up. Examples: "cloudflare.com", "8.8.8.8", "npm:express", "gh:facebook/react", "app:WhatsApp", "hw:Cisco ASA 5505"
asset_typeNoForce a specific asset type. Auto-detected if omitted.

TDQS

A4/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations by explaining that results are 'ordered by applicability to the queried owner and asset' and that the information is 'informational only — not legal advice.' This complements the readOnlyHint and openWorldHint annotations without contradicting them. It does not mention error handling or rate limits, but for a read-only lookup this is reasonably transparent.

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 three sentences long, front-loaded with the primary purpose, and each sentence adds distinct value: what it does, what inputs it accepts, what outputs it returns, and a caveat. There is no redundancy or filler, making it concise and well-structured for an AI agent to process quickly.

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

Completeness4/5

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

Since there is no output schema, the description compensates by listing the return categories (bug bounty programs, security.txt contacts, VDP links, abuse contacts, CERT fallbacks) and the ordering rule, which gives the agent a good sense of what to expect. It does not detail the exact result structure or behavior on empty results, but for a simple lookup tool this is sufficient context.

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 both parameters thoroughly, including example values for 'asset' and the full enum for 'asset_type'. The description's list of supported asset types largely mirrors the schema's 'asset_type' enum and adds no new semantic meaning beyond what is already in the schema. With 100% schema description coverage, the description does not need to compensate, so baseline 3 is appropriate.

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 clearly states the tool's purpose with a specific verb ('Find') and resource ('security reporting channels for responsible vulnerability disclosure'). It also lists a wide range of supported asset types and output categories, distinguishing it from the sibling tool 'classify_asset' by its focus on contact lookup rather than classification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool through its clear purpose statement and asset type list, but it does not explicitly contrast it with sibling tools or provide exclusions (e.g., 'use classify_asset for asset classification'). There's no direct when-to-use/when-not-to-use guidance, making it adequate but not strong.

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.

TDQS

A4.2/5.0
Disambiguation5/5

The two tools are clearly distinct: classify_asset identifies the type of an input, while lookup_security_contact finds security reporting channels. There is no overlap in purpose or functionality.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: 'classify_asset' and 'lookup_security_contact'. The naming is predictable and easy to understand.

Tool Count4/5

While the server has only two tools, they are well-scoped for its narrow purpose of asset classification and security contact lookup. The count feels slightly thin but is appropriate for the domain.

Completeness4/5

The two tools form a complete workflow: first classify an asset, then look up its security contact. Minor additions like batch lookup or historical data could enhance coverage, but no essential operation is missing.

Resources