get_api_manifest
ActiveTool of io.github.javierfajardo85-rgb/aiaam
Returns a compact MAI-API manifest for a web API service (Stripe, Slack, GitHub, etc.). Each manifest is ~850 tokens and contains the base URL, auth method, and up to 20 key endpoints. Use this instead of fetching and parsing a full OpenAPI spec. Available services include: stripe_api, slack_web_api, github, openai_api, notion_api, jira_cloud_rest_api, gmail_api, google_calendar_api, twilio_api, sendgrid_email_activity_api, spotify_web_api, twitter_api_v2, and 30+ more. Returns {error: not_found} if the service has not been compiled yet.
Parameters schema
{
"type": "object",
"required": [
"service_name"
],
"properties": {
"service_name": {
"type": "string",
"description": "The service identifier, e.g. 'stripe_api', 'slack_web_api', 'openai_api'. Use underscores, lowercase. Check /llmo-apis for the full list."
}
}
}Parent server
io.github.javierfajardo85-rgb/aiaam
https://github.com/javierfajardo85-rgb/aiaam-xyz
1/7 registries