Skip to main content
Glama
ppt-reader.d.ts•2.51 kB
export declare const pptReader: { name: string; description: string; parameters: { type: string; properties: { file_path: { type: string; description: string; }; output_format: { type: string; description: string; enum: string[]; default: string; }; slide_range: { type: string; description: string; properties: { start: { type: string; description: string; }; end: { type: string; description: string; }; }; }; include_notes: { type: string; description: string; default: boolean; }; }; required: string[]; }; run(args: { file_path: string; output_format?: string; slide_range?: { start?: number; end?: number; }; include_notes?: boolean; }): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; }; export declare const pptAnalyzer: { name: string; description: string; parameters: { type: string; properties: { file_path: { type: string; description: string; }; analysis_type: { type: string; description: string; enum: string[]; default: string; }; detailed: { type: string; description: string; default: boolean; }; }; required: string[]; }; run(args: { file_path: string; analysis_type?: string; detailed?: boolean; }): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; }; //# sourceMappingURL=ppt-reader.d.ts.map

Latest Blog Posts

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/guangxiangdebizi/PPT-MCP'

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