Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

shared_render_tabbed_report

Render multi-section HTML reports with sidebar navigation, icons, and badges from JSON data. Includes mobile-responsive tabs and scroll-to-section highlighting.

Instructions

Renders a multi-section HTML report with sidebar navigation, section icons, and badges. Accepts a JSON payload with title, subtitle, and sections array. Each section has a key, title, optional icon/badge, and HTML content. The report includes a sticky sidebar (desktop) that becomes horizontal tabs on mobile, with scroll-to-section navigation and active-section highlighting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesMain heading displayed in the sidebar and page title.
subtitleNoSecondary text shown below the title in the sidebar.
report_dataNoJSON with optional "title", "subtitle", and required "sections" array. Each section: {"key": "overview", "title": "Overview", "icon": "📊", "badge": "3 items", "html": "<p>Content</p>"}. You can also pass sections from a prior action variable, e.g. {{report_sections}}.
output_variable_nameYesVariable name for the rendered HTML. Use {{results_html}} in a subsequent Show User Output action.results_html
Behavior4/5

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

Discloses key behaviors: sticky sidebar on desktop, horizontal tabs on mobile, scroll-to-section, active highlighting, JSON input structure. No annotations provided, so description carries burden. Missing error handling or constraints.

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

Conciseness4/5

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

Four sentences, front-loaded purpose, details structured logically. Could be slightly tighter but no redundancy.

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?

Covers input structure and output variable storage. No output schema, so description explains how result is stored. Lacks limitations like section count or size.

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 100%, but description adds significant value for report_data parameter with example section structure and hint about using variables. Other parameters minimally enhanced.

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?

Description clearly states it renders a multi-section HTML report with sidebar/tabs, icons, badges. Specific verb 'renders' and resource 'multi-section HTML report' plus unique UI features distinguish it from sibling render tools.

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?

No explicit guidance on when to use this vs other render tools. Implied usage as a report renderer but lacks context or exclusions.

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/OnStartups/agentai-mcp-server'

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