跳到主要内容

MCP 资源

clepit MCP 服务器提供的每个资源,均由服务器自身生成。资源在同一授权下读取其对应工具会读取的内容。

资源

资源名称内容
clepit://billingBillingThe company's plan, status and renewal.
clepit://meWho am IThe signed-in person, the company, and what this connection was granted.
clepit://membersMembersThe company's members with their roles.
clepit://updatesUpdatesRecent changes in the workspaces the agent may read.
clepit://workspaceYour companyThe company the agent acts in.
clepit://workspacesWorkspacesThe workspaces the agent may read.

模板

模板命名一类资源。填写每个 {placeholder},再用 resources/read 读取该地址。

模板名称内容
clepit://workspaces/{workspace_id}/treePage treeA workspace's pages as a tree.
clepit://pages/{page_id}PageA page with its content blocks.
clepit://pages/{page_id}/markdownPage as MarkdownA page rendered as Markdown.
clepit://pages/{page_id}/commentsCommentsThe comment threads on a page.
clepit://pages/{page_id}/revisionsPage historyA page's saved versions, newest first.
clepit://pages/{page_id}/revisions/{revision_id}VersionOne saved version of a page, with its content.
clepit://pages/{page_id}/collectionCollectionA collection page's columns and views.