II.
ToolDescriptor JSON
Structured · livetool-descriptor:gitlab.get-file-contents
GitLab: Get File Contents json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:gitlab.get-file-contents",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/gitlab-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitLab: Get File Contents",
"description": "Read file contents from a GitLab project at a given ref.",
"inputSchema": {
"type": "object",
"required": [
"project_id",
"file_path"
],
"properties": {
"project_id": {
"type": "string"
},
"file_path": {
"type": "string"
},
"ref": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"content": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:gitlab.get-file-contents",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.get-file-contents",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}