search_ietf_rfc_by_keyword
Search for IETF RFC documents by keyword in their titles, returning a list of matching RFCs with numbers and titles. Facilitates quick access to relevant Internet standards and protocols.
Instructions
Search for IETF RFC documents from RFC Editor Index by keyword in their titles
Args:
keyword: The keyword to search for
Returns:
A list of matching RFCs with their numbers and titles
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"title": "Keyword",
"type": "string"
}
},
"required": [
"keyword"
],
"title": "search_ietf_rfc_by_keywordArguments",
"type": "object"
}