We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qingyun-wu/aws-s3-control'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config_project_sample_management.json•658 B
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Rerun sample ingest.",
"name": "ingest_samples"
},
{
"description": "Retrieves a list of samples associated with a dataset along with their metadata",
"name": "get_dataset_samples"
},
{
"description": "Retrieves a list of samples associated with a project along with their metadata",
"name": "get_project_samples"
},
{
"description": "Updates metadata on a sample",
"name": "update_sample"
}
]
}