Skip to main content
Glama

Server Details

ProxyLink MCP server for finding and booking home service professionals

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
create_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
fieldsYesKey-value map of field IDs to their values based on the ticket type's form fields
tenant_idYesCompany tenant ID from lookup_company
conversationYesConversation history leading to this ticket. Only include messages that occured after the ticket request was initiated, until the ticket was created.
ticket_type_idYesThe ticket type ID (e.g., 'change-address', 'cancel-service')
ticket_type_nameYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
company_nameYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
ratingYesRating from 1 (poor) to 5 (excellent)
commentNoOptional feedback comment to provide context
helpfulYesWhether the answer was helpful (true or false)
query_idYesQuery 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query for embedding matching. Can be keywords extracted from the user's question if you believe it improves search results.
tenant_idYesCompany tenant ID from lookup_company
original_questionNoThe 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:

{ "$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.

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
Try in Browser

Your Connectors

Sign in to create a connector for this server.