Skip to main content
Glama

found_religion

Found a religion by specifying religion type, follower belief, and founder belief. Requires your Great Prophet to have activated on a Holy Site.

Instructions

Found a religion with a chosen name, follower belief, and founder belief.

Args:
    religion_type: e.g. RELIGION_HINDUISM, RELIGION_BUDDHISM, RELIGION_ISLAM
    follower_belief: e.g. BELIEF_WORK_ETHIC, BELIEF_CHORAL_MUSIC
    founder_belief: e.g. BELIEF_STEWARDSHIP, BELIEF_CHURCH_PROPERTY

Requires your Great Prophet to have already activated on a Holy Site
(via UNITOPERATION_FOUND_RELIGION). Use get_religion_beliefs
first to see available options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
religion_typeYes
follower_beliefYes
founder_beliefYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It mentions the prerequisite but omits consequences like consuming the Great Prophet, irreversibility, or what happens after founding. The action's side effects are not described.

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 extremely concise: three short sentences plus a bullet list of parameters. Every sentence adds unique information, and the key action is front-loaded. No wasted words.

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

Completeness3/5

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

Given the tool's complexity and lack of schema descriptions, the description is adequate but incomplete. It covers prerequisites and suggests a complementary tool, but does not explain the broader context (e.g., religion founding mechanics, what happens to the Great Prophet). Output schema exists but is not shown; it may compensate.

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 coverage is 0%, so description compensates with examples for each parameter (e.g., 'RELIGION_HINDUISM') and directs the agent to get_religion_beliefs for full lists. This adds value but does not fully define the domain or constraints of each parameter.

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 action: 'Found a religion' with specific parameters (name, follower belief, founder belief). The verb 'Found' is precise and the tool's purpose is easily distinguishable from siblings like choose_pantheon or get_religion_beliefs.

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 explicit prerequisites: 'Requires your Great Prophet to have already activated on a Holy Site' and suggests using get_religion_beliefs first to see options. This gives clear context for when to use the tool. However, it doesn't explicitly state when not to use it.

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/lmwilki/civ6-mcp'

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