Server Details
ProxyLink MCP server for finding and booking home service professionals
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolscreate_support_ticketTry in Inspector
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_companyTry in Inspector
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_answerTry in Inspector
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_baseTry in Inspector
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?' |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- 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