Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Home MCP Server
by
jmagar
Verified
GitHub
Home Automation & IoT
TypeScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
types
src/types/api.ts
src/types/node.ts
src/types/sdk.d.ts
src/types/workflow.ts
export interface N8NWorkflowResponse { id: string; name: string; active: boolean; nodes: any[]; connections: any; createdAt: string; updatedAt: string; } export interface N8NErrorResponse { error: string; }