Skip to main content
Glama
ispace-top

mcp-server-ispace-wiki

Official
by ispace-top

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ISPACE_WIKI_BASE_URLYesThe URL of the iSpace Wiki server
ISPACE_WIKI_PASSWORDYesLogin password for the Wiki
ISPACE_WIKI_USERNAMEYesLogin username for the Wiki
ISPACE_WIKI_VERIFY_SSLNoWhether to verify SSL certificates (set to 'false' for self-signed certs)true

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
wiki_get_documentA

获取指定文档的完整 Markdown 内容和元数据。

wiki_list_childrenB

列出指定文档的所有直接子文档。

wiki_get_document_treeB

递归获取文档树结构,适合构建知识库索引。

wiki_searchC

全文搜索 Wiki 文档。

wiki_create_documentC

在指定父文档下创建新子文档。

wiki_update_documentC

更新文档标题、内容、状态或标签。只传要修改的字段。

wiki_delete_documentA

删除指定文档(不可逆,含子文档)。

wiki_restore_documentB

从回收站恢复已删除的文档。

wiki_move_documentC

移动文档到新的父文档下,或在同级中调整排序位置(拖拽排序)。

wiki_get_permissionsC

获取文档的权限列表。

wiki_grant_permissionB

授予用户对文档的访问权限(view / edit / admin)。

wiki_revoke_permissionC

撤销用户对文档的访问权限。

wiki_get_my_permissionB

查看当前用户对某文档的权限。

wiki_get_commentsA

获取文档的评论列表(含回复)。

wiki_add_commentB

在文档下添加评论,支持 @提及用户。parent_id > 0 表示回复某评论。

wiki_delete_commentC

删除某条评论。

wiki_get_inline_commentsB

获取文档的划词评论(行内评论)列表。

wiki_add_inline_commentC

在文档选中文本上添加划词评论。需提供选中文本和字符偏移位置。

wiki_delete_inline_commentC

删除某条划词评论。

wiki_export_documentB

导出文档为指定格式(md / pdf / html)。返回文件内容。

wiki_get_historyB

获取文档的历史版本列表。

wiki_get_history_diffA

获取文档某个历史版本的内容(用于对比)。

wiki_get_notificationsC

获取当前用户的通知列表。

wiki_get_unread_countA

获取未读通知数量。

wiki_mark_notifications_readB

标记通知为已读。传 ids 标记指定通知,传 mark_all=true 标记全部。

wiki_list_templatesA

获取文档模板列表。

wiki_list_tagsC

获取文档标签列表,或按标签查看文档。

wiki_batch_createC

批量创建多个子文档。每个元素需提供 name 和 content。

wiki_batch_deleteC

批量删除多个文档。

wiki_search_usersA

搜索 Wiki 用户,用于 @提及功能。

wiki_create_share_linkC

创建文档分享链接。

wiki_get_user_infoA

获取当前登录用户信息。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ispace-top/mcp-server-ispace-wiki'

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