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_project_brief_management.json•951 B
{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Deletes a specific, existing project brief. Returns an empty data record.",
"name": "delete_project_brief"
},
{
"description": "Get the full record for a project brief.",
"name": "get_project_brief"
},
{
"description": "An existing project brief can be updated by making a PUT request on the URL for that project brief. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged. Returns the complete updated project brief record.",
"name": "update_project_brief"
},
{
"description": "Creates a new project brief. Returns the full record of the newly created project brief.",
"name": "create_project_brief"
}
]
}