Skip to main content
Glama

Daipendency

Official
by daipendency

dependency_docs_getter

Extracts documentation and public API details for specific dependencies in a local project. Simply input the project path and dependency name to retrieve comprehensive docs.

Instructions

Extract all the documentation and public API for a dependency of a local project

Input Schema

NameRequiredDescriptionDefault
dependant_pathYesThe absolute path to the dependant project
nameYesThe name of the dependency for which to extract documentation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dependant_path": { "description": "The absolute path to the dependant project", "type": "string" }, "name": { "description": "The name of the dependency for which to extract documentation", "type": "string" } }, "required": [ "name", "dependant_path" ], "type": "object" }

You must be authenticated.

Other Tools from Daipendency

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/daipendency/daipendency-mcp'

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