We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristip73/mcp-server-asana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
workspace-tools.ts•448 B
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export const listWorkspacesTool: Tool = {
name: "asana_list_workspaces",
description: "List all available workspaces in Asana. If DEFAULT_WORKSPACE_ID is set, only returns that workspace.",
inputSchema: {
type: "object",
properties: {
opt_fields: {
type: "string",
description: "Comma-separated list of optional fields to include"
}
}
}
};