Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

List page recipes

list_page_recipes

Find page recipes that prescribe section order and argument structure. Search by communication goal to see which recipe fits your page's job.

Instructions

Browse page recipes, which decide how a page argues its case: what it leads with, in what order it earns belief, and what the reader should walk away knowing. Use one when you know what a page must achieve but not how to sequence it, which is the gap that produces hero-features-pricing pages by default. Returns judgment summaries with no export payload; pick a slug and call get_page_recipe for the implementable version. Each record carries a model field: most are legacy-sequence, which prescribes a section order, while communication-idea records state the argument and leave the sequencing to you. Read the model before following a record, since the two ask different things of you. This covers structure and argument, not visuals; the design kit still owns those. Read-only and free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch names, codes, audience, communication ideas, examples, legacy sections, and agent tags.
goalNoThe communication job the page must perform.
sortNoCurated order, alphabetical order, or Free records first.
tierNoShow Free records, Pro records, or both.
Behavior5/5

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

With no annotations provided, the description carries full behavioral transparency. It discloses return format ('judgment summaries'), the absence of an export payload, the distinction between legacy-sequence and communication-idea records, and the scope boundary ('covers structure and argument, not visuals'). It also explicitly notes 'Read-only and free,' which is essential behavioral context.

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 dense but every sentence earns its place: purpose, usage trigger, alternative, return behavior, model field nuance, and scope limitation. It is front-loaded with the main verb and resource, and flows logically without fluff.

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

Completeness5/5

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

The tool is simple (list/read) but the domain has nuance. The description covers return format, the model field meaning, and what the tool does not cover (visuals). With no output schema, this level of description is ample for an agent to understand what to expect and how to proceed.

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 has 100% coverage for all four parameters, so the baseline is 3. The description does not add parameter-specific detail beyond what the schema provides; it focuses on the returned records' model field. That is fine but not additive to parameter understanding.

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 opens with a specific verb ('Browse') and a clear resource ('page recipes'), then explains what page recipes are and what they do. It also distinguishes this tool from its sibling get_page_recipe by framing list_page_recipes as the browsing step and get_page_recipe as the follow-up. This makes the purpose unmistakable.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: 'Use one when you know what a page must achieve but not how to sequence it.' It also names the alternative: 'call get_page_recipe for the implementable version.' It adds a caution to read the model field before following a record, which is actionable guidance.

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/KasayoDotCom/identityforge-mcp'

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