Skip to main content
Glama

docs.rs MCP

by nuskey8

docs_rs_readme

Retrieve the README or overview content of a specified Rust crate from docs.rs. Input the crate name and optionally specify the version to access detailed documentation for your project.

Instructions

Get README/overview content of the specified crate

Input Schema

NameRequiredDescriptionDefault
crate_nameYesName of the crate to get README for
versionNoSpecific version (optional, defaults to latest)

Input Schema (JSON Schema)

{ "properties": { "crate_name": { "description": "Name of the crate to get README for", "type": "string" }, "version": { "description": "Specific version (optional, defaults to latest)", "type": "string" } }, "required": [ "crate_name" ], "type": "object" }

Other Tools from docs.rs MCP

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/nuskey8/docs-rs-mcp'

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