Skip to main content
Glama

set_different_first_page_header

Set distinct header text for the first page and subsequent pages in a document section.

Instructions

Set different header for first page vs other pages.

Args: first_page_text: Header text for first page other_pages_text: Header text for other pages section_index: Section to apply to

Returns: Success message or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
section_indexNo
first_page_textYes
other_pages_textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. However, it only states basic behavior (sets header, returns success/error) without disclosing side effects like overwriting existing headers or section requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, uses a structured Args section, and front-loads the purpose. Every sentence is informative with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters and an output schema, the description covers purpose, parameters, and return type. It could mention if it overwrites existing headers, but overall complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description provides clear parameter descriptions for first_page_text, other_pages_text, and section_index, adding meaning beyond the schema's titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Set' and the resource 'different header for first page vs other pages', which is specific and distinguishes from siblings like add_header and add_zoned_header.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the description (when you need different first page headers), but there is no explicit guidance on when not to use it or alternatives, such as add_header or add_zoned_header.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other 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/rofiqcp/mcp-dokumen'

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