Documentation Index
Fetch the complete documentation index at: https://docs.minoa.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect Glean to your Minoa workspace so your enterprise search and AI experiences can query live sales context from Minoa.Prerequisites
Before configuring Glean, make sure you have:- A Glean workspace with MCP client support enabled
- A Minoa account with MCP access
- An OAuth client for Glean generated from Minoa Integration Settings
Getting Started
Step 1: Get Your Minoa MCP Server URL
Contact support@minoa.io to get your Minoa MCP server URL.Step 2: Generate OAuth Credentials in Minoa
Glean requires an OAuth client credential pair. In Minoa:- Open Integration Settings
- Go to OAuth Clients
- Create a new client for Glean
- Copy the generated Client ID and Client Secret
Step 3: Configure the MCP Connection in Glean
In Glean, create an MCP client/server connection and use:| Setting | Value |
|---|---|
| Server URL | Your Minoa MCP server URL |
| Authorization URL | {MCP_SERVER_URL}/authorize |
| Token URL | {MCP_SERVER_URL}/token |
| Client ID | OAuth Client ID from Minoa Integration Settings |
| Client Secret | OAuth Client Secret from Minoa Integration Settings |
| Scope | read |
| Grant Type | Authorization Code |
{MCP_SERVER_URL}/.well-known/oauth-authorization-server
Step 4: Authorize Access
- Start the OAuth connection flow from Glean
- Sign in to Minoa
- Review permissions and click Authorize
- Return to Glean and verify the connection is active
Try It Out
Once connected, test with prompts like:- “Show me my open business cases”
- “What is our current pipeline health?”
- “Which use cases are performing best by win rate?”
Available Minoa Tools
| Tool | Description |
|---|---|
list_business_cases | Search and list business cases by name or status |
get_business_case | Get full details of a specific business case |
get_value_framework | Get all use cases from your value framework library |
get_value_hypothesis | Get the AI-generated value hypothesis for a deal |
get_pipeline_analytics | Pipeline metrics, win rates, and trends |
get_use_case_analytics | Use case effectiveness and win rates |
create_smart_business_case | Create a new business case with AI-recommended use cases |
Troubleshooting
OAuth initialization fails
Double-check the Client ID and Client Secret were generated in Minoa Integration Settings and copied correctly into Glean.Token exchange fails
Confirm Glean is using:- Authorization Code grant type
- The correct token endpoint:
{MCP_SERVER_URL}/token - Scope
read