Skip to main content
Glama

roslyn:get_nuget_dependencies

Analyze NuGet package dependencies in .NET projects to identify referenced packages, versions, and asset settings for dependency audits and version management.

Instructions

List NuGet package references per project with versions.

USAGE: get_nuget_dependencies() USAGE: get_nuget_dependencies(projectName: "MyApp")

OUTPUT: List of projects with their NuGet packages, versions, and asset settings. Use for: dependency audits, version checks, understanding external dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNameNoFilter to specific project
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 describes the output format ('List of projects with their NuGet packages, versions, and asset settings') which is helpful, but doesn't mention important behavioral aspects like whether this is a read-only operation, potential performance implications, or any limitations (e.g., only works on loaded solutions).

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 efficiently structured with clear sections: purpose statement, usage examples, output description, and use cases. Every sentence adds value, with no wasted words, and the most important information (what the tool does) is front-loaded.

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?

For a single-parameter read operation with no output schema, the description provides good coverage: it explains what the tool does, shows how to use it, describes the output format, and gives use cases. The main gap is the lack of behavioral details that would be helpful given no annotations (like whether it requires a loaded solution).

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

Parameters4/5

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

The schema description coverage is 100%, so the schema already documents the single parameter. The description adds value by providing usage examples that show how the parameter works in practice ('get_nuget_dependencies(projectName: "MyApp")'), which clarifies that the parameter is optional and provides a concrete example of its use.

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 specific action ('List NuGet package references per project with versions') and resource ('NuGet packages'), distinguishing it from sibling tools like 'dependency_graph' or 'get_project_structure' by focusing specifically on package dependencies rather than broader relationships or structure.

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 description provides explicit usage examples with and without parameters, and states specific use cases ('dependency audits, version checks, understanding external dependencies'), giving clear context for when to use this tool. However, it doesn't explicitly mention when NOT to use it or name alternatives among 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/pzalutski-pixel/sharplens-mcp'

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