Skip to main content
Glama

MCP-Server-IETF

by tizee

get_ietf_doc

Retrieve IETF RFC documents by number with pagination support, specifying start line and maximum lines to return. Access document content and metadata directly.

Instructions

Get an RFC document by its number in RFC editor Index with pagination support Args: number: The RFC number str (e.g., "1234") start_line: The line number to start from (default: 1) max_lines: Maximum number of lines to return (default: 200) Returns: A dictionary containing the document content and metadata

Input Schema

NameRequiredDescriptionDefault
max_linesNo
numberYes
start_lineNo

Input Schema (JSON Schema)

{ "properties": { "max_lines": { "default": 200, "title": "Max Lines", "type": "integer" }, "number": { "title": "Number", "type": "integer" }, "start_line": { "default": 1, "title": "Start Line", "type": "integer" } }, "required": [ "number" ], "title": "get_ietf_docArguments", "type": "object" }

Other Tools from MCP-Server-IETF

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tizee/mcp-server-ietf'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server