We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matt1as/booli-mcp-cc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
search_location.graphql•367 B
query areaSuggestionSearch {
# The actual field names would depend on Booli's schema
# This is likely searching for area suggestions based on "ekto"
areaSuggestionSearch(search: "ektorp") {
suggestions{
id
displayName
parent
parentType
parentDisplayName
parentTypeDisplayName
parentId
}
}
}