search_rfcs
Find relevant IETF RFC documents by entering search keywords. Specify a result limit to refine the output and access programmatic data extraction from RFC MCP Server.
Instructions
Search for RFCs by keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return | |
query | Yes | Search keyword or phrase |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of results to return",
"type": "number"
},
"query": {
"description": "Search keyword or phrase",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}