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": "getJourneyPreviewUrl",
"title": "Get Journey Preview URL",
"description": "Generate the preview URL for testing an authentication journey. Returns a URL that can be opened in a browser to test the journey flow.",
"scopes": [],
"inputSchema": {
"realm": {
"_def": {
"values": [
"alpha",
"bravo"
],
"typeName": "ZodEnum",
"description": "The realm containing the journey"
},
"~standard": {
"version": 1,
"vendor": "zod"
}
},
"journeyName": {
"_def": {
"innerType": {
"_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"
}
},
"~standard": {
"version": 1,
"vendor": "zod"
}
},
"typeName": "ZodOptional",
"description": "The name of the journey to preview. If omitted, returns the URL for the default journey."
},
"~standard": {
"version": 1,
"vendor": "zod"
}
}
}
}