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_status_updates_management.json•1.73 kB
{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "*Deprecated: new integrations should prefer the `/status_updates/{status_gid}` route.* Deletes a specific, existing project status update. Returns an empty data record.",
"name": "delete_project_status"
},
{
"description": "*Deprecated: new integrations should prefer the `/status_updates/{status_gid}` route.* Returns the complete record for a single status update.",
"name": "get_project_status"
},
{
"description": "*Deprecated: new integrations should prefer the `/status_updates` route.* Returns the compact project status update records for all updates on the project.",
"name": "get_project_statuses_for_project"
},
{
"description": "*Deprecated: new integrations should prefer the `/status_updates` route.* Creates a new status update on the project. Returns the full record of the newly created project status update.",
"name": "create_project_status_for_project"
},
{
"description": "Returns the compact status update records for all updates on the object.",
"name": "get_statuses_for_object"
},
{
"description": "Creates a new status update on an object. Returns the full record of the newly created status update.",
"name": "create_status_for_object"
},
{
"description": "Deletes a specific, existing status update. Returns an empty data record.",
"name": "delete_status"
},
{
"description": "Returns the complete record for a single status update.",
"name": "get_status"
}
]
}