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
{
"server": {
"url": "https://presentation.s.xtrf.eu/home-api"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Updates dates of a given job.",
"name": "update_dates"
},
{
"description": "Returns instructions of a given project.",
"name": "get_instructions"
},
{
"description": "Creates a new task for a given project.\u003cp\u003e Required fields: \u003cul\u003e \u003cli\u003elanguageCombination\u003c/li\u003e \u003cli\u003especializationId\u003c/li\u003e \u003cli\u003eworkflowId\u003c/li\u003e \u003c/ul\u003e \u003c/p\u003e",
"name": "create_task"
},
{
"description": "Creates a new task for a given quote. Required fields are presented in the example.",
"name": "create_task_1"
},
{
"description": "Removes a task.",
"name": "delete_14"
},
{
"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": "Returns several lists of files for a given task: input files divided by type, output files, bundles, files per job, preview files.",
"name": "get_task_files"
},
{
"description": "Adds files to a given task.",
"name": "add_file"
},
{
"description": "Returns instructions of a given task.",
"name": "get_instructions_2"
},
{
"description": "Updates instructions of a given task.",
"name": "update_instructions_3"
},
{
"description": "Updates name of a given task.",
"name": "update_name"
},
{
"description": "Returns progress of a given task. Progress contains information about task\u0027s status (ie. opened or ready) and current phase (ie. translation). Workflow phase is defined as the first one which contains not ready jobs (ie. opened or started). When no such job exists then workflow phase is not included.",
"name": "get_progress"
},
{
"description": "Starts a task.",
"name": "start_1"
},
{
"description": "Updates dates of a given job.",
"name": "change_dates"
}
]
}