Skip to main content
Glama
by elad12390

package_info

Look up package information from npm, PyPI, crates.io, or Go modules to evaluate libraries before adding them to your project. Returns version, downloads, license, dependencies, security status, and repository links.

Instructions

Look up package information from npm, PyPI, crates.io, or Go modules. Returns version, downloads, license, dependencies, security status, and repository links. Use this to quickly evaluate libraries before adding them to your project. Examples: - package_info("express", reasoning="Need web framework", registry="npm") - package_info("requests", reasoning="HTTP client for API", registry="pypi") - package_info("serde", reasoning="JSON serialization", registry="crates")

Input Schema

NameRequiredDescriptionDefault
nameYes
reasoningYes
registryNonpm

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "reasoning": { "title": "Reasoning", "type": "string" }, "registry": { "default": "npm", "enum": [ "npm", "pypi", "crates", "go" ], "title": "Registry", "type": "string" } }, "required": [ "name", "reasoning" ], "type": "object" }

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/elad12390/web-research-assistant'

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