Skip to main content
Glama

MCP Package Docs Server

by sammcj

describe_npm_package

Retrieve concise details about an NPM package, including its name, optional version, and project path for local configuration. Enhance development workflows by accessing structured package information efficiently.

Instructions

Get a brief description of an NPM package

Input Schema

NameRequiredDescriptionDefault
packageYesPackage name (e.g. axios)
projectPathNoOptional path to project directory for local .npmrc files
versionNoOptional package version

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Package name (e.g. axios)", "type": "string" }, "projectPath": { "description": "Optional path to project directory for local .npmrc files", "type": "string" }, "version": { "description": "Optional package version", "type": "string" } }, "required": [ "package" ], "type": "object" }
Install Server

Other Tools from MCP Package Docs Server

Related Tools

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/sammcj/mcp-package-docs'

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