MCP Zero

app iconNextPOD API

API for sending messages to a room and listing room files and memos using a Bearer token.

jiranfamily-158Streamable HTTPAPI 키0회 호출
기능

3개의 tool metadata를 확인할 수 있습니다.

get_api_files3개 파라미터

List files in a room with optional filtering by category and pagination.

category선택string

Filter by file type: all, image, or doc.

page선택number

Page number.

limit선택number

Items per page, maximum 100.

get_api_memos2개 파라미터

List memos in a room with pagination.

page선택number

Page number.

limit선택number

Items per page, maximum 100.

post_api_messages4개 파라미터

Send a text message to the room associated with the API token. Supports thread replies and webhook callbacks.

text필수string

Message text content.

senderName선택string

Display name of the sender.

threadId선택string

Thread ID to reply to an existing thread.

webhookUrl선택string

URL to receive reply callbacks for the first message only.