Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
you-contentsExtract Web Page ContentsInspect

Extract page content in markdown or HTML

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYesArray of webpage URLs to extract content from (e.g., ["https://example.com"])
formatNo(Deprecated) Output format - use formats array instead
formatsNoOutput formats: array of "markdown" (text), "html" (layout), or "metadata" (structured data)
crawl_timeoutNoOptional timeout in seconds (1-60) for page crawling

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYesURLs processed
itemsYesExtracted items
formatsYesContent formats requested
you-researchResearchInspect

Research a topic with comprehensive answers and cited sources. Configurable effort levels (lite, standard, deep, exhaustive).

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesThe research question or complex query requiring in-depth investigation and multi-step reasoning. Maximum length: 40,000 characters.
research_effortNoControls 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

ParametersJSON Schema
NameRequiredDescription
sourcesYesSources used in the research answer
contentTypeYesFormat of the content field
sourceCountYesNumber of sources used

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.