Skip to main content
Glama

seopass_register_pack

Register a SEOPass pack from a YAML string. Validates required keys and stores it locally for use with seopass_run.

Instructions

Register a SEOPass pack from a YAML string. Validates required keys and stores the pack locally for seopass_run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pack_yamlYesFull SEOPass pack definition as a YAML string
Behavior2/5

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

In absence of annotations, the description only states validation and local storage. Does not disclose error behavior, persistence details, or side effects. Leaves significant behavioral gaps.

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?

Two concise sentences, front-loaded with purpose. No unnecessary 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?

For a simple registration tool with one parameter and no output schema, the description covers basic purpose but lacks error handling, storage semantics, and integration notes. Adequate but not thorough.

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

Parameters2/5

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

The description adds 'from a YAML string' and 'validates required keys', but these add little beyond the schema's parameter description. No extra format or structure hints for the YAML content.

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?

Clearly states it registers a SEOPass pack from a YAML string. Mentions validation and storage. Differentiates from siblings like seopass_run and seopass_status by indicating it's a setup step. However, it doesn't explicitly distinguish from other similar register/save tools like uxpass_register_pack.

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?

Implies use before seopass_run, but provides no explicit when-to-use or when-not-to-use guidance. No mention of prerequisites or alternatives.

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/malamutemayhem/unclick'

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