MCP Advanced

MCP RAG Search

Keyword-tag scoring over chart chunks.

post/mcp/rag-search

Request body

querystring required
topKinteger

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 4 of the 13 revisions of this API.6610

  • 8ab5a768b52127See the full diff
    • the response property data/results/items/ became nullable for the status 200

      response-property-became-nullable

    • the data/results/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property data/matches to the response with the 200 status

      response-optional-property-added

    • added the optional property data/query to the response with the 200 status

      response-optional-property-added

    • added the optional property data/results/items/score to the response with the 200 status

      response-optional-property-added

    • added the optional property data/results/items/tags to the response with the 200 status

      response-optional-property-added

    • added the optional property data/results/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property data/tokens to the response with the 200 status

      response-optional-property-added

    • added the optional property data/total to the response with the 200 status

      response-optional-property-added

    • added the new optional request property chart/ayanamsa

      new-optional-request-property

    • the chart/timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the chart/timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • b0533bcc12c0442See the full diff
    • the request property chart/latitude became not nullable

      request-property-became-not-nullable

    • the request property chart/longitude became not nullable

      request-property-became-not-nullable

    • the request property chart/latitude became required

      request-property-became-required

    • the request property chart/longitude became required

      request-property-became-required

    • the chart/latitude request property's max was set to 90.00

      request-property-max-set

    • the chart/longitude request property's max was set to 180.00

      request-property-max-set

    • the chart/latitude request property's min was set to -90.00

      request-property-min-set

    • the chart/longitude request property's min was set to -180.00

      request-property-min-set

    • the latitude request property default value 0 was removed

      request-property-default-value-removed

    • the longitude request property default value 0 was removed

      request-property-default-value-removed