Server Details
ProxyLink MCP server for finding and booking home service professionals
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolscreate_support_ticketInspect
Submit a support ticket request (e.g., address change, service cancellation). Use lookup_company first to get the tenant_id and see available ticket types with their required fields.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Key-value map of field IDs to their values based on the ticket type's form fields | |
| tenant_id | Yes | Company tenant ID from lookup_company | |
| conversation | Yes | Conversation history leading to this ticket. Only include messages that occured after the ticket request was initiated, until the ticket was created. | |
| ticket_type_id | Yes | The ticket type ID (e.g., 'change-address', 'cancel-service') | |
| ticket_type_name | Yes | The ticket type display name (e.g., 'Change Address', 'Cancel Service') |
lookup_companyInspect
Find a company by name to access their knowledge base. Use this first before searching a company's knowledge base to get the tenant_id.
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes | The name of the company to look up (e.g., 'ABC Plumbing', 'ProTech HVAC') |
rate_knowledge_base_answerInspect
Provide feedback on a knowledge base answer to help improve the system. Use this after receiving an answer from search_knowledge_base to rate its quality and helpfulness.
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | Rating from 1 (poor) to 5 (excellent) | |
| comment | No | Optional feedback comment to provide context | |
| helpful | Yes | Whether the answer was helpful (true or false) | |
| query_id | Yes | Query ID from the search_knowledge_base response |
search_knowledge_baseInspect
Search a company's knowledge base for policies, procedures, and documentation. First use lookup_company to get the tenant_id, then use this tool to search their knowledge base.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query for embedding matching. Can be keywords extracted from the user's question if you believe it improves search results. | |
| tenant_id | Yes | Company tenant ID from lookup_company | |
| original_question | No | The user's original question, verbatim. Always pass this for logging purposes. Do NOT extract keywords - pass the complete question as the user asked it. Example: 'How do I create an invite link for my fantasy football league?' |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!