Skip to main content
Glama

BaaS-MCP

by mbaas-inc

get-document-by-id

Retrieve complete content of BaaS authentication system documents using document ID. Supports optional metadata inclusion for comprehensive document access.

Instructions

문서 ID로 특정 BaaS 인증 시스템 문서의 전체 내용을 조회합니다.

Input Schema

NameRequiredDescriptionDefault
idYes조회할 문서의 ID (search-documents 결과에서 확인 가능)
includeMetadataNo문서 메타데이터 포함 여부 (기본값: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "조회할 문서의 ID (search-documents 결과에서 확인 가능)", "type": "integer" }, "includeMetadata": { "default": false, "description": "문서 메타데이터 포함 여부 (기본값: false)", "type": "boolean" } }, "required": [ "id" ], "type": "object" }

Other Tools from BaaS-MCP

Related Tools

    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/mbaas-inc/BaaS-MCP'

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