Skip to main content
Glama

Add an AI visibility prompt

add_ai_prompt
Idempotent

Track a new question across AI assistants for a Ranklogs project.

Requires a connection with write access. A project tracks up to 20 prompts, and an existing prompt is not added twice, so repeating a call is safe. Results appear after the next weekly AI visibility run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe question to track across AI assistants.
project_idYesRanklogs project id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
addedYes
reasonNo
quota_remainingYes

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavior beyond the annotations: required write access, the 20-prompt project limit, deduplication that reinforces idempotentHint=true, and asynchronous weekly result availability. This is substantial operational context that annotations alone do not provide.

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 three short sentences, front-loaded with the core purpose and followed by constraints and timing. Every sentence adds useful information without repeating schema fields or annotations.

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?

With only two simple required parameters, an output schema, and annotations covering safety traits, the description supplies all remaining operational context an agent needs: access requirements, quota, idempotency, and result timing. Nothing material is missing.

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 description coverage is 100%, so both project_id and prompt are already documented in the input schema. The description mostly restates the 'question' concept and does not add new parameter-level details, so the baseline score of 3 is appropriate.

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 names a specific action and resource: 'Track a new question across AI assistants for a Ranklogs project.' This is clearly distinct from read-oriented siblings like get_ai_visibility and get_ai_citations, and from add_keywords_to_project.

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?

It provides clear contextual guidance: a write-access connection is required, the project has a 20-prompt cap, duplicate prompts are not added, and results arrive only after the next weekly AI visibility run. It does not explicitly name an alternative tool for exclusion, but the usage context is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Most tools are distinct get_* analytics, but several overlap in purpose: get_ai_visibility vs get_share_of_voice are easy to confuse, and get_project_overview/get_content_action_plan/get_audit_summary all offer prioritized fixes. Descriptions help, but an agent could easily misselect for a generic 'what should I fix?' query.

Naming Consistency5/5

All names follow a consistent snake_case verb_noun pattern (add_, get_, generate_, list_, analyze_, research_), and the get_* prefix dominates read operations. Even win_prompt is a verb_noun and fits the style.

Tool Count2/5

27 tools is past the 25+ threshold and creates a heavy selection surface for an agent. While the SEO/AI-visibility domain is broad, many tools return overlapping 'health/fix/visibility' data and the set would benefit from consolidation.

Completeness3/5

Core workflows (projects, keywords, content briefs, audits, backlinks, AI visibility) are covered, but lifecycle gaps exist: keywords and AI prompts can be added but not removed, there is no list-AI-prompts tool, and no project creation/update is exposed. These are workable but notable missing operations.

Resources