We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sonichi/asana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config_organization_export.json•560 B
{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "This method creates a request to export an Organization. Asana will complete the export at some point after you create the request.",
"name": "create_organization_export"
},
{
"description": "Returns details of a previously-requested Organization export.",
"name": "get_organization_export"
}
]
}