This MCP server provides tools for managing draft posts in a Sanity.io project. It allows creating, listing, and publishing draft posts through a simple API interface. The server integrates with Sanity.io's content management system, offering a streamlined workflow for content creators and editors working with draft content in Sanity-powered websites or applications.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Creates a new document in Sanity. Parameters: type (string), content (object)
Edits an existing document. Parameters: id (string), content (object)
Lists documents of a specific type. Parameters: type (string), limit (integer, default: 10)
Gets a schema template based on an existing document. Parameters: type (string)