Skip to main content
Glama
onefreeman1337

OSF - Open Source Filings

search_cyber_threats

Search across cybersecurity intelligence sources for CVEs, EPSS, CISA KEV, ICS advisories, and ATT&CK. Get match details with severity, provenance URL, and record ID.

Instructions

FREE, no payment and no key. Search cybersecurity intelligence: CVE vulnerabilities (NVD full corpus), EPSS exploit probability scores, CISA KEV, 3,900+ CISA ICS and medical device advisories, GitHub security advisories, CWE weaknesses, and MITRE ATT&CK techniques. Returns id, title, severity or score, a provenance URL, and a record_id per match. Free to search; call get_record to buy the full record. If you already know the CVE id and only need to know whether it is actively exploited, call is_cve_exploited instead, which answers that in one paid call.

Args:
    query: keyword(s) to search, e.g. "Microsoft Exchange".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is free and requires no key, returns specific fields (id, title, severity/score, URL, record_id), and that full records cost money via get_record. While it omits potential rate limits or pagination, the transparency is strong for a search tool.

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 long but every sentence adds value. It is front-loaded with the key benefit ('FREE, no payment and no key'), then lists data sources, return fields, and monetization details in a logically ordered way. The Args section is clearly separated, and no information is redundant.

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 tool's complexity (multiple data sources, partial free results, paid full records), the description covers search scope, output format, cost model, and the alternative tool. The absence of an output schema is mitigated by explicitly listing the return fields, making the description sufficient for an agent to understand expected results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, query, is explicitly documented with a description ('keyword(s) to search') and a concrete example ('Microsoft Exchange'). This compensates for the 0% schema description coverage, giving an agent enough semantics to construct a valid query.

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 a specific verb ('Search') and resource ('cybersecurity intelligence') and enumerates the exact data sources covered (CVE, EPSS, CISA KEV, advisories, CWE, ATT&CK). It also distinguishes itself from the sibling tool is_cve_exploited by specifying when that alternative is more appropriate, making it easy for an agent to select the correct tool.

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

Usage Guidelines5/5

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

Provides explicit usage context: it is free to search, full records require a separate call to get_record, and is_cve_exploited is the better choice when only checking active exploitation of a known CVE ID. This offers clear when-to-use and when-not-to-use guidance compared to alternatives.

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/onefreeman1337/osf-data-marketplace'

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