Skip to main content
GET
/
tools
/
{serviceId}
/
{toolId}
/
docs
Get tool documentation
curl --request GET \
  --url http://localhost:9371/tools/{serviceId}/{toolId}/docs
"<string>"

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1
toolId
string
required

Tool identifier exposed by the service manifest.

Minimum string length: 1

Response

Markdown documentation for the tool.

Tool documentation rendered as Markdown.

Last modified on July 1, 2026