Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_get_vendor

Read-only

Evaluate vendor risk by retrieving certifications, assessments, computed risk score, and latest research results for a specific vendor.

Instructions

Get one vendor's detail: certifications, assessments, computed risk score, and latest research results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
vendor_idYesVendor UUID — obtain from scf_list_vendors

Schema Changelog

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

  1. First observedv1.7.0

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already communicates that this is a safe read operation, lowering the bar for the description. The description adds useful context by listing what the caller will receive (certifications, assessments, computed risk score, latest research results), but it does not disclose potential side effects, authorization requirements, or rate limiting. That is acceptable because the annotation covers the main behavioral risk.

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 a single focused sentence that front-loads the action and resource, then enumerates the key returned data categories. There is no redundant or filler content.

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?

With no output schema present, the description's enumeration of certifications, assessments, computed risk score, and latest research results provides a helpful return-shape. Given the straightforward required parameters and read-only nature, this is sufficient for an agent to call the tool, though a more explicit note about how this relates to get_vendor_research and get_latest_vendor_assessment would be marginally richer.

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?

Schema description coverage is 100%, and both org_id and vendor_id already include provenance hints ('obtain from scf_list_organizations' / 'obtain from scf_list_vendors'). The description adds no additional parameter-level meaning, so the baseline of 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 states a specific verb and resource: 'Get one vendor's detail'. It also enumerates the returned content (certifications, assessments, computed risk score, latest research results), which clearly distinguishes it from list-oriented siblings like scf_list_vendors and from research/assessment-specific tools.

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 phrase 'Get one vendor's detail' makes the intended use clear: fetch a single vendor's consolidated detail record. It does not explicitly name alternatives or exclusions, such as using scf_list_vendors for a vendor list or scf_get_vendor_research for research-only results, but the context is unambiguous enough for an agent to route correctly.

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