Skip to main content
Glama

Playwright MCP Server

by BhanuTJ93
types.ts397 B
import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; export interface Tool { name: string; description: string; parameters: { type: string; properties: Record<string, unknown>; required?: string[]; }; handler: (args: any) => Promise<any>; } export interface ToolCall { name: string; parameters: Record<string, unknown>; result?: CallToolResult; }

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/BhanuTJ93/MCP'

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