mcp_config_project_info_retrieval.json•2.99 kB
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieve governance requirements for a project with fulfillment information for the current user",
"name": "get_requirements_by_project"
},
{
"description": "Retrieve a list of governance requirements",
"name": "get_requirements"
},
{
"description": "Retrieve a governance requirement",
"name": "get_requirement"
},
{
"description": "Updates a requirement",
"name": "update_requirement"
},
{
"description": "Retrieves metrics for all projects.",
"name": "get_all_metrics"
},
{
"description": "Retrieve a list of projects",
"name": "get_projects"
},
{
"description": "Retrieve a list of projects that a user can request access to",
"name": "get_discoverable_projects"
},
{
"description": "Get detailed project information",
"name": "get_project"
},
{
"description": "Gets users who have requested access to the project",
"name": "get_access_requests"
},
{
"description": "Get a list of compute environments for a project",
"name": "get_compute_environments"
},
{
"description": "Retrieves a list of dashboards for a given project",
"name": "get_dashboards"
},
{
"description": "Retrieves a dashboard",
"name": "get_dashboard"
},
{
"description": "Retrieves a list of datasets for a given project",
"name": "get_datasets"
},
{
"description": "Gets detailed information about a dataset",
"name": "get_dataset"
},
{
"description": "Gets a listing of files, charts, and other assets available for the dataset",
"name": "get_dataset_manifest"
},
{
"description": "Gets an overview of the executions currently running in the project",
"name": "get_project_summary"
},
{
"description": "Retrieves metrics about a project.",
"name": "get_project_metrics"
},
{
"description": "Retrieves the status of the instance",
"name": "get_notebook_instance_status"
},
{
"description": "Gets users who have access to the project",
"name": "get_project_users"
},
{
"description": "List available references for a given project",
"name": "get_references_for_project"
},
{
"description": "Retrieves a list of samples associated with a project along with their metadata",
"name": "get_project_samples"
},
{
"description": "Get project metadata schema",
"name": "get_project_schema"
},
{
"description": "Get shares that the project can request access to",
"name": "get_discoverable_shares"
},
{
"description": "Get details on a share that you\u0027ve published or subscribed to",
"name": "get_share"
},
{
"description": "List available service connections",
"name": "get_service_connections"
}
]
}