We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pingidentity/aic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "listJourneys",
"title": "List AM Journeys",
"description": "Retrieve all authentication journeys (trees) for a specific realm in PingOne AIC. Returns journey metadata including ID, description, and the default journey for the realm.",
"scopes": [
"fr:am:*"
],
"inputSchema": {
"realm": {
"_def": {
"values": [
"alpha",
"bravo"
],
"typeName": "ZodEnum",
"description": "The realm to query"
},
"~standard": {
"version": 1,
"vendor": "zod"
}
}
}
}