Skip to main content
Glama

scan_dependencies

Scan dependency files (requirements.txt, package.json) to identify known vulnerabilities, then use AI to assess real-world impact and prioritize remediation.

Instructions

의존성 파일을 스캔하여 취약점을 탐지하고 AI로 실제 영향을 분석합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ai_analysisNoTrue이면 CRITICAL/HIGH 취약점에 대해 AI 실제 영향 분석 수행
project_rootNo프로젝트 루트 디렉터리 (AI 영향 분석용 코드 탐색 기준).
dependency_fileYesrequirements.txt, package.json 등 경로

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does mention that AI analysis is part of the tool, which is a behavioral trait, but it does not disclose whether the tool is read-only, requires specific permissions, or sends data to external services. This leaves some ambiguity but avoids contradiction.

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, concise sentence that front-loads the main action and includes no filler. It efficiently communicates the tool's function without unnecessary detail.

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?

Given that an output schema exists and the input schema fully describes parameters, the description is reasonably complete for a straightforward scanner. It lacks explicit usage guidance and some behavioral nuance, but the core purpose is well-covered.

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 input schema covers all three parameters with descriptions (100% coverage), so a baseline score of 3 applies. The main description does not add extra meaning beyond the schema, as it only refers to dependency files and AI analysis without detailing parameter syntax or constraints.

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 scans dependency files ('의존성 파일을 스캔') to detect vulnerabilities ('취약점을 탐지') and analyzes actual impact with AI ('AI로 실제 영향을 분석합니다'). This distinguishes it from sibling tools by emphasizing vulnerability scanning and AI analysis.

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 the tool is used for scanning dependencies for vulnerabilities, but it does not provide explicit guidance on when to use it versus alternatives like list_packages or analyze_upgrade. No exclusions or alternative recommendations are given, but the purpose is clear enough to imply usage.

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/Kim-Kyowon/depsguard-mcp'

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