Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_trigger_vendor_research

Queue AI-powered security research for a vendor, checking HIBP breach data, NVD vulnerabilities, and public posture. Returns a task ID; poll to retrieve results.

Instructions

Queue AI security research for a vendor (write — editor+ role, async). Checks HIBP breach data, NVD vulnerabilities, and public posture. Returns a task ID; poll scf_get_vendor_research.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
vendor_idYesVendor UUID — obtain from scf_list_vendors
domain_overrideNoOverride the vendor's website domain used for research lookup (e.g., 'example.com')

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.7.0

TDQS

A4.4/5.0
Behavior5/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false; the description adds meaningful behavior: it is write-scoped to editor+ role, runs async, checks HIBP/NVD/public posture, and returns a task ID rather than results. This exceeds annotation coverage and sets correct expectations.

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?

Two dense sentences, with the action, role, and async nature front-loaded; the rest is a compact list of data sources and return behavior. Every clause earns its place.

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?

For a no-output-schema trigger tool, the description tells the agent exactly what will happen, what will be returned, and where to poll for results. It might be improved by noting duration or error handling, but the essential invocation and follow-up flow are complete.

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?

Input schema already describes all three parameters at 100% coverage, including how to obtain org_id and vendor_id and the meaning of domain_override. The description adds no extra parameter-level detail, so baseline 3 applies.

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?

Clearly states a specific verb ('Queue'), a resource ('AI security research for a vendor'), and key execution traits ('write — editor+ role, async'). It also names the data sources and distinguishes itself from the retrieval sibling by saying to poll scf_get_vendor_research.

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 provides clear context: use this to kick off asynchronous vendor research, and it points to scf_get_vendor_research for the follow-up read. It does not enumerate when-not-to-use scenarios or alternatives like scf_trigger_vendor_assessment, so it stops short of a full 5.

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/MarkAC007/mcp-server-scf'

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