We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heesookiim/xtrf-home-portal-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config_task_customization.json•1017 B
{
"server": {
"url": "https://presentation.s.xtrf.eu/home-api"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Updates Client Task PO Number of a given task.",
"name": "update_client_task_p_o_number"
},
{
"description": "Returns contacts of a given task.",
"name": "get_contacts_1"
},
{
"description": "Updates contacts of a given task.",
"name": "update_contacts_1"
},
{
"description": "Returns custom fields of a given task.",
"name": "get_custom_fields_7"
},
{
"description": "Updates custom fields of a given task.",
"name": "update_custom_fields_5"
},
{
"description": "Returns dates of a given task.",
"name": "get_dates_3"
},
{
"description": "Updates dates of a given task.",
"name": "update_dates_2"
},
{
"description": "Updates name of a given task.",
"name": "update_name"
}
]
}