Skip to main content
Glama

CoderSwap MCP Server

by njlnaet

coderswap_validate_search

Test search quality and coverage by running validation queries to verify knowledge base search performance and identify gaps in content retrieval.

Instructions

Run validation queries to test search quality and coverage (non-DSL quality check)

Input Schema

NameRequiredDescriptionDefault
project_idYes
test_queriesNo
run_full_suiteNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "minLength": 1, "type": "string" }, "run_full_suite": { "default": false, "type": "boolean" }, "test_queries": { "items": { "type": "string" }, "type": "array" } }, "required": [ "project_id" ], "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