Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

update_doc_headers_footers

Modify headers or footers in Google Docs by specifying document ID, section type, content, and header/footer type. Ideal for customizing document layouts with precise updates.

Instructions

Updates headers or footers in a Google Doc.

Args: user_google_email: User's Google email address document_id: ID of the document to update section_type: Type of section to update ("header" or "footer") content: Text content for the header/footer header_footer_type: Type of header/footer ("DEFAULT", "FIRST_PAGE_ONLY", "EVEN_PAGE")

Returns: str: Confirmation message with update details

Input Schema

NameRequiredDescriptionDefault
contentYes
document_idYes
header_footer_typeNoDEFAULT
section_typeYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "document_id": { "title": "Document Id", "type": "string" }, "header_footer_type": { "default": "DEFAULT", "title": "Header Footer Type", "type": "string" }, "section_type": { "title": "Section Type", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "document_id", "section_type", "content" ], "type": "object" }

Other Tools from Google Workspace MCP Server

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/ZatesloFL/google_workspace_mcp'

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