Skip to main content
Glama
MIT License
20
model.go486 B
package graphql // graphqlRequest represents a GraphQL graphqlRequest. type graphqlRequest struct { Query string `json:"query"` Variables map[string]interface{} `json:"variables"` } // Response represents a GraphQL response. type response struct { Data map[string]interface{} `json:"data,omitempty"` Errors []graphqlError `json:"errors,omitempty"` } // Error represents a GraphQL error. type graphqlError struct { Message string `json:"message"` }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fotoetienne/gqai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server