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_team_management.json•2.18 kB
{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Returns compact team membership records.",
"name": "get_team_memberships"
},
{
"description": "Returns the complete team membership record for a single team membership.",
"name": "get_team_membership"
},
{
"description": "Creates a team within the current workspace.",
"name": "create_team"
},
{
"description": "Updates a team within the current workspace.",
"name": "update_team"
},
{
"description": "Returns the full record for a single team.",
"name": "get_team"
},
{
"description": "The user making this call must be a member of the team in order to add others. The user being added must exist in the same organization as the team. Returns the complete team membership record for the newly added user.",
"name": "add_user_for_team"
},
{
"description": "Returns the compact project records for all projects in the team.",
"name": "get_projects_for_team"
},
{
"description": "Creates a project shared with the given team. Returns the full record of the newly created project.",
"name": "create_project_for_team"
},
{
"description": "The user making this call must be a member of the team in order to remove themselves or others.",
"name": "remove_user_for_team"
},
{
"description": "Returns the compact team memberships for the team.",
"name": "get_team_memberships_for_team"
},
{
"description": "Returns the compact records for all users that are members of the team. Results are sorted alphabetically and limited to 2000. For more results use the `/users` endpoint.",
"name": "get_users_for_team"
},
{
"description": "Returns the compact records for all teams to which the given user is assigned.",
"name": "get_teams_for_user"
},
{
"description": "Returns the compact records for all teams in the workspace visible to the authorized user.",
"name": "get_teams_for_workspace"
}
]
}