Skip to main content
Glama
danielldt

FrameIO MCP Server

by danielldt

generate_page

Build custom pages with automatic SDK integration and routing by specifying module, page key, display name, route path, and component name.

Instructions

Generate custom page components with SDK integration and routing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoLucide icon name (optional)
pathYesRoute path for the page (e.g., /sales/dashboard)
pageKeyYesPage key identifier (e.g., sales-dashboard)
moduleIdYesModule ID (kebab-case)
pageNameYesDisplay name for the page (e.g., Sales Dashboard)
permissionNoPermission required to view page (optional)
descriptionNoPage description (optional)
componentNameYesReact component name (PascalCase, e.g., SalesDashboard)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosure. 'Generate' implies creation, but the description does not disclose what side effects occur — file writes, route registration, SDK modifications, or whether the operation is reversible. Nothing is disclosed beyond the literal action.

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?

One short sentence, front-loaded with the verb and resource, and no wasted words. It earns its place, though brevity trades away the behavioral context that other dimensions already penalize.

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

Completeness2/5

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

For an 8-parameter, 5-required code-generation tool with no annotations and no output schema, a single sentence is thin. It omits preconditions (does the module already exist?), what gets created or modified on disk, and how the agent can verify success. The schema covers parameters, but the generation workflow itself is left unexplained.

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

Parameters3/5

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

Schema description coverage is 100%, so all 8 parameters already have meaningful descriptions in the schema. The description's 'SDK integration and routing' loosely maps to moduleId/path, but it adds no per-parameter value beyond what the schema provides. Baseline 3 is appropriate.

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

Purpose4/5

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

The description uses a specific verb ('Generate') and resource ('custom page components') and the qualifiers 'with SDK integration and routing' add useful scope. It is distinguishable from generate_entity or generate_migration, though it does not explicitly delimit itself from close siblings like generate_widget or generate_navigation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus generate_widget, generate_navigation, or generate_workflow, despite 22 sibling tools. No prerequisites are mentioned (e.g., whether an existing module is required) and no when-not-to-use conditions are stated.

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

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/danielldt/frameio-mcp'

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