Server Details
Web search, AI agent, and content extraction via You.com APIs
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- youdotcom-oss/dx-toolkit
- GitHub Stars
- 7
See and control every tool call
Available Tools
3 toolsyou-contentsExtract Web Page ContentsInspect
Extract page content in markdown or HTML
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of webpage URLs to extract content from (e.g., ["https://example.com"]) | |
| format | No | (Deprecated) Output format - use formats array instead | |
| formats | No | Output formats: array of "markdown" (text), "html" (layout), or "metadata" (structured data) | |
| crawl_timeout | No | Optional timeout in seconds (1-60) for page crawling |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | URLs processed |
| items | Yes | Extracted items |
| formats | Yes | Content formats requested |
you-researchResearchInspect
Research a topic with comprehensive answers and cited sources. Configurable effort levels (lite, standard, deep, exhaustive).
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The research question or complex query requiring in-depth investigation and multi-step reasoning. Maximum length: 40,000 characters. | |
| research_effort | No | Controls how much time and effort the Research API spends on your question. lite: fast answers, standard: balanced (default), deep: thorough, exhaustive: most comprehensive. | standard |
Output Schema
| Name | Required | Description |
|---|---|---|
| sources | Yes | Sources used in the research answer |
| contentType | Yes | Format of the content field |
| sourceCount | Yes | Number of sources used |
you-searchWeb SearchInspect
Web and news search via You.com
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max results per section | |
| query | Yes | Search query. Supports operators: site:domain.com (domain filter), filetype:pdf (file type), +term (include), -term (exclude), AND/OR/NOT (boolean logic), lang:en (language). Example: "machine learning (Python OR PyTorch) -TensorFlow filetype:pdf" | |
| offset | No | Pagination offset | |
| country | No | Country code | |
| freshness | No | day/week/month/year or YYYY-MM-DDtoYYYY-MM-DD | |
| livecrawl | No | Live-crawl sections for full content | |
| safesearch | No | Filter level | |
| livecrawl_formats | No | Format for crawled content |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | No | Search results |
| resultCounts | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.