II.
ToolServer JSON
Structured · livetool-server:mcp-gmail
Gmail MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-gmail",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-communication.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Gmail MCP Server",
"description": "MCP server providing access to Gmail.\nEnables AI agents to search threads, read messages, create drafts,\nmanage labels, and organize email workflows.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/anthropics/anthropic-quickstarts/tree/main/mcp-servers/gmail",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-gmail",
"to": "stack-part:email-delivery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-gmail",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}