You're viewing a demo portfolio

Join the waitlist
PRSM

ask

Active

Tool of Agent Ready

declared in 1.0.0

Natural-language search (NLWeb /ask) over Agent Ready's own content — scoring methodology, the check registry, the specs it validates, and the content library (explainers, comparisons, how-to guides, glossary). Returns Schema.org-typed result objects. Optional itemType narrows to a corpus type; mode 'summarize' adds an extractive summary.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "maxLength": 2000,
      "minLength": 1,
      "description": "Natural-language question to search Agent Ready's docs, scoring methodology, check registry, and content library (explainers, comparisons, how-to guides, glossary)."
    },
    "mode": {
      "enum": [
        "list",
        "summarize"
      ],
      "type": "string",
      "description": "\"list\" (default) returns matching items; \"summarize\" returns a synthesized answer."
    },
    "itemType": {
      "enum": [
        "methodology",
        "checks",
        "specs",
        "llms-txt",
        "check",
        "page",
        "any"
      ],
      "type": "string",
      "description": "Restrict results to a content type: methodology, checks, specs, llms-txt, check, page (explainers/guides/glossary), or any (default: all types)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Agent Ready

https://github.com/mlava/agent-ready-mcp

2/7 registries
View full server →