Skip to main content
Glama

check_dependencies

Identify dependencies and detect conflicts between Claude Code components to ensure compatibility before installation.

Instructions

Check deps and conflicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
conflictsYes
all_componentsYes
dependencies_addedYes
Behavior1/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. 'Check deps and conflicts' reveals nothing about whether this is a read-only operation, whether it has side effects, what permissions are required, rate limits, or what happens when conflicts are detected. For a tool with no annotation coverage, this minimal description fails to provide essential behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at just three words, but this brevity comes at the cost of meaningful information. While it's front-loaded (the entire description is the first and only phrase), it's under-specified rather than efficiently informative. The structure is minimal but doesn't effectively communicate.

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

Completeness2/5

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

Given that this tool has 1 parameter with 0% schema coverage, no annotations, and an output schema exists (which reduces the need to describe return values), the description is still inadequate. It doesn't explain what the tool actually does, what inputs it expects, or when to use it. While the output schema might document return values, the description fails to provide the essential context needed to understand and use the tool effectively.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the schema provides no parameter descriptions. The tool description 'Check deps and conflicts' adds no information about the single required parameter 'component_ids' or what format it expects. It doesn't explain what component IDs are, how to obtain them, or what the tool does with them. The description fails to compensate for the complete lack of schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Check deps and conflicts' is vague and tautological - it essentially restates the tool name 'check_dependencies' without specifying what kind of dependencies or conflicts are being checked. It doesn't distinguish this tool from potential siblings like 'install_components' or 'security_audit' that might also involve dependency management. The description lacks a clear verb+resource combination that would make the purpose specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'install_components', 'security_audit', and 'search_components' that might relate to dependency management, there's no indication of when this specific dependency check is appropriate versus other tools. No context, prerequisites, or exclusions are mentioned.

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/AnthonyAlcaraz/skill-retriever'

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