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

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

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

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_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.

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

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_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.

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?'

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.