Skip to main content
Glama

monitor_project

Register a project to monitor its dependencies for vulnerabilities. Scans lockfiles, records baseline, and enables detection of new vulnerabilities over time.

Instructions

Register a project for continuous vulnerability monitoring.

Scans the project's lockfiles, records the current vulnerability baseline, and stores a snapshot. Use check_alerts later to see new vulnerabilities that appeared since registration.

Args: project_path: Path to the project root. Defaults to current directory. project_name: Human-readable name for the project. Defaults to directory name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNo.
project_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description fully carries the burden. It discloses that the tool scans lockfiles, records a vulnerability baseline, and stores a snapshot. However, it does not mention if re-registering a project overwrites the existing baseline or if there are side effects, leaving a minor gap in behavioral transparency.

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 concise with a single-line overview followed by an 'Args' section. Every sentence adds value, and it is front-loaded with the core purpose. No extraneous information.

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?

The description covers the main workflow and references a sibling tool. With an output schema present, it need not detail return values. However, it lacks clarity on idempotency (e.g., what happens if the project is already registered) and does not mention prerequisites like lockfile existence.

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

Parameters5/5

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

Although schema description coverage is 0%, the description explicitly explains both parameters: 'project_path' (defaults to current directory) and 'project_name' (defaults to directory name). This adds full meaning beyond the schema's property definitions.

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 specifies the verb 'register' and the resource 'project for continuous vulnerability monitoring'. It distinguishes itself from siblings like 'scan_project' by stating it records a baseline and stores a snapshot for ongoing monitoring, and it references the sibling 'check_alerts'.

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?

Explicitly states when to use the tool (initial registration for continuous monitoring) and directs to use 'check_alerts' later. Provides context on scanning lockfiles and storing a snapshot, which informs when this tool is appropriate versus other siblings.

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/infai-tech/vulnfeed-mcp'

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