Skip to main content
Glama

CoderSwap MCP Server

by njlnaet

coderswap_research_ingest

Submit research summaries and URLs to crawl web content, chunk data, generate embeddings, and optionally create domain-specific language for vector knowledge bases.

Instructions

Submit research summary and URLs for web crawling, chunking, embedding, and optional DSL generation

Input Schema

NameRequiredDescriptionDefault
project_idYes
research_summaryNo
urlsYes
intentNo
depthNo
generate_dslNo

Input Schema (JSON Schema)

{ "properties": { "depth": { "default": 0, "maximum": 1, "minimum": 0, "type": "number" }, "generate_dsl": { "default": true, "type": "boolean" }, "intent": { "type": "string" }, "project_id": { "minLength": 1, "type": "string" }, "research_summary": { "type": "string" }, "urls": { "items": { "format": "uri", "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "project_id", "urls" ], "type": "object" }

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/njlnaet/mcp-server'

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