Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-youtube-transcript | Extract transcripts from YouTube videos with optional parameters for timestamps and language preferences. |
| search | Perform Google web searches with customizable parameters. |
| get-autocomplete | Retrieve Google autocomplete suggestions for a query. |
| search-maps | Search Google Maps for locations and businesses. |
| search-places | Search for places with detailed business information. |
| search-news | Search for news articles across multiple sources. |
| get-google-reviews | Retrieve Google reviews for businesses or places. |
| scrape | Extract and parse content from any web page. |
| crawl | Recursively crawl websites and extract content. |
| extract | Extract structured data from web pages using AI-powered instructions. |
| screenshot | Capture screenshots of web pages with customizable settings. |
| doc-to-text | Convert various document formats to plain text. |
| convert-to-pdf | Convert various file formats to PDF. |
| merge-pdfs | Combine multiple PDF files into a single document. |
| trim-video | Trim videos to a specific duration. |
| extract-document | Extract structured data from documents based on a prompt. |
| extract-image | Extract structured data from images based on a prompt. |
| extract-audio | Extract structured data from audio files based on a prompt. |
| extract-video | Extract structured data from videos based on a prompt. |
| read-pdf-metadata | Extract metadata from PDF files. |
| write-pdf-metadata | Write metadata to PDF files. |
| generate-agent-completion | Generate AI text completions with customizable parameters. |
| search-knowledge-base | Search a knowledge base for relevant information. |
| add-to-knowledge-base | Add new text resources to a knowledge base. |
| generate-ai-image | Generate AI images from text prompts. |
| run-js-code | Execute JavaScript code in a sandbox. |
| run-python-code | Execute Python code in a sandbox. |