Skip to main content
Glama

sdlc_get_screens

Read-onlyIdempotent

Lists all UI screens for a project, providing names, types, complexity, epic assignments, and design notes. Optionally includes full HTML prototype content.

Instructions

List all UI screens defined for a project with their metadata.

Returns screen names, types, complexity, epic assignments, and design notes. Optionally includes the full HTML prototype content.

Args: params (GetScreensInput): Contains: - project_id (str): UUID of the project - include_prototypes (bool): If true, include HTML content (default false — prototypes can be very large)

Returns: str: Markdown-formatted screen inventory grouped by epic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description adds useful behavioral details: returns a Markdown-formatted screen inventory grouped by epic, and warns that include_prototypes can be very large. This helps the agent anticipate output size and format.

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?

The description is well-structured with purpose, return details, and args sections. It is front-loaded with the main action, though slightly verbose with the full Args breakdown. Each sentence contributes useful information.

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?

For a read-only listing tool with good annotations and schema, the description covers the main usage, return format, and potential size issue. It is sufficient for an agent to select and invoke correctly, though it does not discuss error cases or pagination.

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?

The input schema already provides descriptions for both project_id (UUID) and include_prototypes (default false, can be large). The description's Args section largely repeats this information without adding new meaning, so it does not significantly enhance schema coverage.

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 'List all UI screens defined for a project with their metadata', using a specific verb and resource. It distinguishes from sibling tools by focusing on screen listings rather than projects, summaries, or artifacts.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (to obtain screen inventory and metadata). It does not explicitly mention alternatives or exclusions, but the purpose is evident and sibling names give additional context.

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/ramseychad1/sdlc-assist-mcp'

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