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_goal_management.json•3.19 kB
{
"server": {
"url": "https://app.asana.com/api/1.0"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Returns compact goal relationship records.",
"name": "get_goal_relationships"
},
{
"description": "Returns the complete updated goal relationship record for a single goal relationship.",
"name": "get_goal_relationship"
},
{
"description": "An existing goal relationship can be updated by making a PUT request on the URL for that goal relationship. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged. Returns the complete updated goal relationship record.",
"name": "update_goal_relationship"
},
{
"description": "Returns compact goal records.",
"name": "get_goals"
},
{
"description": "Creates a new goal in a workspace or team. Returns the full record of the newly created goal.",
"name": "create_goal"
},
{
"description": "A specific, existing goal can be deleted by making a DELETE request on the URL for that goal. Returns an empty data record.",
"name": "delete_goal"
},
{
"description": "Returns the complete goal record for a single goal.",
"name": "get_goal"
},
{
"description": "An existing goal can be updated by making a PUT request on the URL for that goal. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged. Returns the complete updated goal record.",
"name": "update_goal"
},
{
"description": "Adds followers to a goal. Returns the goal the followers were added to. Each goal can be associated with zero or more followers in the system. Requests to add/remove followers, if successful, will return the complete updated goal record, described above.",
"name": "add_followers"
},
{
"description": "Creates a goal relationship by adding a supporting resource to a given goal. Returns the newly created goal relationship record.",
"name": "add_supporting_relationship"
},
{
"description": "Returns a compact representation of all of the parent goals of a goal.",
"name": "get_parent_goals_for_goal"
},
{
"description": "Removes followers from a goal. Returns the goal the followers were removed from. Each goal can be associated with zero or more followers in the system. Requests to add/remove followers, if successful, will return the complete updated goal record, described above.",
"name": "remove_followers"
},
{
"description": "Removes a goal relationship for a given parent goal.",
"name": "remove_supporting_relationship"
},
{
"description": "Creates and adds a goal metric to a specified goal. Note that this replaces an existing goal metric if one already exists.",
"name": "create_goal_metric"
},
{
"description": "Updates a goal\u0027s existing metric\u0027s `current_number_value` if one exists, otherwise responds with a 400 status code. Returns the complete updated goal metric record.",
"name": "update_goal_metric"
}
]
}