Skip to main content
Glama

Pub.dev MCP Server

by devqxi

get_documentation_changes

Retrieve and detect changes in Dart or Flutter package documentation, including README, changelog, examples, or API docs, by specifying the package name and version.

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" }
Install Server

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