Skip to main content
Glama
pages.graphql1 kB
query GetPageById($id: Int!) { pages { single(id: $id) { id path title description tags { tag title } content createdAt updatedAt locale } } } query GetPageByPath($path: String!, $locale: String!) { pages { singleByPath(path: $path, locale: $locale) { id path title description content locale tags { tag title } } } } query GetAllPages($limit: Int, $locale: String, $tags: [String!]) { pages { list(limit: $limit, locale: $locale, tags: $tags) { id path locale title description createdAt updatedAt tags } } } query SearchPages($query: String!, $path: String, $locale: String) { pages { search(query: $query, path: $path, locale: $locale) { results { title description path locale } suggestions totalHits } } }

Latest Blog Posts

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/RicardoCenci/wikijs-mcp'

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