documents_search
ActiveTool of Ietf Datatracker
declared in 0.1.0
Search IETF Datatracker documents with optional filters for state (e.g. "active"), type (draft | rfc | charter), or name substring; returns document names, titles, and statuses.
Parameters schema
{
"type": "object",
"examples": [
{
"type": "rfc",
"limit": 50
},
{
"type": "draft",
"states": "active",
"name__contains": "quic"
}
],
"properties": {
"type": {
"type": "string",
"description": "draft | rfc | charter | conflrev | …"
},
"limit": {
"type": "number",
"description": "1-1000 (default 20)."
},
"offset": {
"type": "number"
},
"states": {
"type": "string",
"description": "Comma-sep state ids (e.g. \"active\")."
},
"name__contains": {
"type": "string",
"description": "Substring filter on the name."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ietf Datatracker
https://github.com/pipeworx-io/mcp-ietf-datatracker
1/7 registries