get_public_api_details
Retrieve comprehensive details for any public API using its unique identifier to understand endpoints, authentication, and usage specifications.
Instructions
Get detailed information about a specific API by its unique public-apis-mcp server ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}