Skip to main content
Glama
kibela
by kibela
getNote.graphql1.32 kB
query GetNote($id: ID!, $first: Int!) { note(id: $id) { title content url author { account realName } folders(first: $first) { edges { node { id name fullName fixedPath group { id name } } } } comments(first: $first) { edges { node { id anchor content author { account realName } replies(first: $first) { edges { node { id anchor content author { account realName } } } } } } } inlineComments(first: $first) { edges { node { id anchor content author { account realName } replies(first: $first) { edges { node { id anchor content author { account realName } } } } } } } } }

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/kibela/kibela-mcp-server'

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