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": "getJourney",
"title": "Get AM Journey (with Node Details)",
"description": "Retrieve a specific authentication journey (tree) by name from a realm in PingOne AIC. Automatically fetches and includes complete node schemas and configurations for all nodes in the journey. Returns comprehensive journey data with embedded node details.",
"scopes": [
"fr:am:*"
],
"inputSchema": {
"realm": {
"_def": {
"values": [
"alpha",
"bravo"
],
"typeName": "ZodEnum",
"description": "The realm containing the journey"
},
"~standard": {
"version": 1,
"vendor": "zod"
}
},
"journeyName": {
"_def": {
"schema": {
"_def": {
"schema": {
"_def": {
"checks": [
{
"kind": "min",
"value": 1,
"message": "Value cannot be empty"
}
],
"typeName": "ZodString",
"coerce": false
},
"~standard": {
"version": 1,
"vendor": "zod"
}
},
"typeName": "ZodEffects",
"effect": {
"type": "refinement"
}
},
"~standard": {
"version": 1,
"vendor": "zod"
}
},
"typeName": "ZodEffects",
"effect": {
"type": "refinement"
},
"description": "The name of the journey to retrieve (e.g., 'Login', 'Registration')"
},
"~standard": {
"version": 1,
"vendor": "zod"
}
}
}
}