Skip to main content
Glama

create_company_pack_template

Create a predefined company pack from frontend, backend, devops, data, productivity, or web-scraping templates, returning pack creation results.

Instructions

Create a predefined company pack from templates

Args: template_name: Name of the template ('frontend-stack', 'backend-stack', 'devops-stack', 'data-stack', 'productivity-stack', 'web-scraping-stack')

Returns: Dictionary with pack creation results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the return value ('Dictionary with pack creation results') and does not mention side effects, permissions, reversibility, or resource impact. As a creation tool, this is a significant gap—the agent cannot infer whether this is a mutating operation or has side effects.

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 concise and well-structured, using an Args/Returns format that front-loads the essential purpose and parameter details. Every sentence serves a purpose: the main description, parameter explanation with enumerated valid values, and return type. 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?

The tool has a single parameter and an output schema, so the description need not detail return values extensively. However, it lacks guidance on when to use this tool versus alternatives (e.g., create_pack) and does not disclose behavioral side effects. For a simple create tool, the description is adequate but has clear gaps in usage context and transparency.

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?

The description adds substantial meaning to the schema's template_name parameter by listing all valid values ('frontend-stack', 'backend-stack', etc.). Since schema coverage is 0%, this enumeration compensates for the lack of schema-level documentation. It does not explain what each template does, but the list provides concrete guidance for selecting a valid input.

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 tool's purpose: 'Create a predefined company pack from templates'. The term 'predefined' and 'from templates' distinguishes it from sibling tools like create_pack, which likely handles custom packs. Including the list of template names further clarifies the specific resource being acted upon.

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 this tool: when creating a company pack from a predefined template. However, it does not explicitly mention alternatives (e.g., create_pack for custom packs) or state when not to use it. This is a clear context but lacks explicit 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/Wirasm/orbit-mcp'

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