Skip to main content
Glama

MCP Package Docs Server

by sammcj

describe_go_package

Retrieve concise descriptions of Go packages by providing the full import path, enabling developers to quickly understand package functionality and usage.

Instructions

Get a brief description of a Go package

Input Schema

NameRequiredDescriptionDefault
packageYesFull package import path (e.g. encoding/json)
projectPathNoOptional path to project directory for local .npmrc files
symbolNoOptional symbol name to look up specific documentation

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Full package import path (e.g. encoding/json)", "type": "string" }, "projectPath": { "description": "Optional path to project directory for local .npmrc files", "type": "string" }, "symbol": { "description": "Optional symbol name to look up specific documentation", "type": "string" } }, "required": [ "package" ], "type": "object" }

You must be authenticated.

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