Skip to main content
Glama

timps_sbom_generator

Generate a CycloneDX or SPDX software bill of materials from your project tree and manifests, integrating syft/trivy to flag license and supply-chain risks.

Instructions

Generate a CycloneDX / SPDX Software Bill of Materials from a project tree + manifests, integrate syft/trivy if available, and flag license and supply-chain risks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestNoPlain-English task or context for the agent.
languageNoPrimary programming language (default: python).python
Behavior2/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 of behavioral disclosure. It mentions conditional integration of syft/trivy and risk flagging, but does not state whether the tool writes files, its side effects, network usage, or permissions required. For a generation tool, it should clarify if it is read-only or modifies the environment, which is absent.

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, well-structured sentence that is front-loaded with the core action and output. It efficiently conveys multiple aspects (formats, source, integrations, risk flagging) without fluff or repetition. Every phrase earns its place.

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

Completeness3/5

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

For a tool of moderate complexity, the description covers the main purpose but omits critical context such as the output format (file vs. text), prerequisites (e.g., availability of syft/trivy handling), and any limitations. Without annotations or an output schema, the description should specify what happens on success/failure and the nature of the generated SBOM (e.g., where it is stored). This is a gap, so a score of 3 is appropriate.

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 schema provides 100% coverage of both parameters ('request' as plain-English task, 'language' with default). The description does not add additional meaning beyond what the schema states; it only ties to the overall purpose. With high schema coverage, the baseline of 3 is appropriate since the description adds no extra parameter-specific details.

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 generates a CycloneDX/SPDX SBOM from a project tree and manifests, with additional actions like integrating syft/trivy and flagging risks. It uses a specific verb ('Generate') and resource ('Software Bill of Materials'), distinguishing it from sibling tools like license compliance or dependency scanners.

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 usage context (supply-chain auditing) but does not explicitly state when to use this tool versus alternatives. There is no mention of when not to use it or reference to sibling tools like timps_license_compliance_scanner or timps_dependency_sentinel. It provides some context (from project tree + manifests) but lacks explicit exclusions or alternative guidance.

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/Sandeeprdy1729/timps-swarm'

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