Skip to main content
Glama
tizee
by tizee

list_ietf_docs_number

Retrieve the total count of IETF RFC documents available in the RFC Editor Index using this tool, enabling efficient tracking and access.

Instructions

Get the total number of IETF RFC documents available in RFC editor Index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function for the 'list_ietf_docs_number' tool. It retrieves the total count of IETF RFC documents from the server context and returns it. Registered via @mcp.tool() decorator.
    @mcp.tool() def list_ietf_docs_number(ctx: Context) -> int: """ Get the total number of IETF RFC documents available in RFC editor Index """ server_ctx = ctx.request_context.lifespan_context logger.debug(f"doc count:{server_ctx.docs_count}") return server_ctx.docs_count

Other Tools

Related Tools

Latest Blog Posts

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