Skip to main content
Glama

Pub.dev MCP Server

by devqxi

get_documentation_changes

Retrieve and compare documentation content for Dart and Flutter packages. Specify package name, version, and doc type (e.g., readme, changelog) to track updates and changes efficiently.

Instructions

Get documentation content and detect changes for a package

Input Schema

NameRequiredDescriptionDefault
docTypeNoType of documentation to retrieve
packageNameYesName of the package to get documentation for
versionNoSpecific version (optional, defaults to latest)

Input Schema (JSON Schema)

{ "properties": { "docType": { "description": "Type of documentation to retrieve", "enum": [ "readme", "changelog", "example", "api_docs" ], "type": "string" }, "packageName": { "description": "Name of the package to get documentation for", "type": "string" }, "version": { "description": "Specific version (optional, defaults to latest)", "type": "string" } }, "required": [ "packageName" ], "type": "object" }

Other Tools from Pub.dev MCP 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/devqxi/pubdev-mcp-server'

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