Skip to main content
Glama

Notion MCP Server

by Kazy1014
ListDatabasesUseCase.ts450 B
/** * ListDatabasesUseCase - データベース一覧取得のユースケース */ import { IDatabaseRepository } from '../../domain/repositories/IDatabaseRepository.js'; import { Database } from '../../domain/entities/Database.js'; export class ListDatabasesUseCase { constructor(private readonly databaseRepository: IDatabaseRepository) {} async execute(): Promise<Database[]> { return await this.databaseRepository.findAll(); } }

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/Kazy1014/notion-mcp'

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