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": "Updates instructions for a job.",
"name": "update_instructions"
},
{
"description": "Updates contacts of a given project.",
"name": "update_contacts"
},
{
"description": "Updates custom fields of a given project.",
"name": "update_custom_fields_3"
},
{
"description": "Updates dates of a given project.",
"name": "update_dates_1"
},
{
"description": "Updates instructions of a given project.",
"name": "update_instructions_1"
},
{
"description": "Updates dates of a given job.",
"name": "change_dates"
},
{
"description": "Returns project details.",
"name": "get_by_external_id_1"
},
{
"description": "Returns project details. If the specified project ID refers to Classic Project, 400 Bad Request is returned instead.",
"name": "get_by_id_9"
},
{
"description": "Updates Client Deadline for a project.",
"name": "update_client_deadline"
},
{
"description": "Updates Client Notes for a project.",
"name": "update_client_notes"
},
{
"description": "Updates Client Reference Number for a project.",
"name": "update_client_reference_number"
},
{
"description": "Updates a custom field with a specified key in a project",
"name": "update_custom_field_2"
},
{
"description": "Adds file links to the project as added by PM. The following properties can be specified for each file link:\u003cul\u003e\u003cli\u003eurl (required, 400 Bad Request is returned otherwise)\u003c/li\u003e\u003cli\u003ecategory (required, 400 Bad Request is returned otherwise)\u003c/li\u003e\u003cli\u003elanguageIds \u2013 when the file category depends on a list of languages\u003c/li\u003e\u003cli\u003elanguageCombinationIds \u2013 when the file category depends on a list of language combinations\u003c/li\u003e\u003c/ul\u003e",
"name": "add_file_links_1"
},
{
"description": "Updates Internal Notes for a project.",
"name": "update_internal_notes"
},
{
"description": "Updates Order Date for a project.",
"name": "update_ordered_on"
},
{
"description": "Updates source language for a project.",
"name": "update_source_language"
},
{
"description": "Updates specialization for a project.",
"name": "update_specialization"
},
{
"description": "Changes project status if possible (400 Bad Request is returned otherwise). The status has to be specified using one of the following keys: \u003cul\u003e\u003cli\u003eCANCELLED \u2013 available when the job has one of the following statuses: OPEN, STARTED\u003c/li\u003e\u003c/ul\u003e",
"name": "change_status_2"
},
{
"description": "Updates target languages for a project.",
"name": "update_target_languages"
},
{
"description": "Updates instructions for all vendors performing the jobs in a project. See also \"PUT /jobs/{jobId}/instructions\" for updating instructions for a specific job in a project or quote.",
"name": "update_vendor_instructions"
},
{
"description": "Updates volume for a project.",
"name": "update_volume"
},
{
"description": "Updates source language for a quote.",
"name": "update_source_language_1"
}
]
}