You're viewing a demo portfolio

Join the waitlist
PRSM

get_api_manifest

Active

Tool of io.github.javierfajardo85-rgb/aiaam

declared in 1.1.0

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."
    }
  }
}

What this tool wraps· 8 endpoints

min confidence0.700.50

Parent server

io.github.javierfajardo85-rgb/aiaam

https://github.com/javierfajardo85-rgb/aiaam-xyz

1/7 registries
View full server →
get_api_manifest — io.github.javierfajardo85-rgb/aiaam — PRSM MCP