Skip to main content
Glama
PROMPTEYE-SP-Z-O-O

prompteye-mcp

Official

Select the project to work on

select_project
Read-only

Sets the active project for subsequent visibility, competitor, prompt, answer, and source queries. Use it to switch between projects mid-conversation.

Instructions

Makes one project the active one. Every other tool reports on the active project and takes no project argument, so call this once before asking about visibility, competitors, prompts, answers or sources. Call it again to switch projects mid-conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesId of the project to make active, as list_projects reports it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.5

TDQS

A3.6/5.0
Behavior1/5

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

The description states the tool changes which project is active and can switch projects mid-conversation, which is a state mutation. The annotation readOnlyHint=true claims the tool does not modify state, directly contradicting the described behavior. This is an annotation contradiction.

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 sentences with no wasted words. The core action is front-loaded, followed by necessary context about why this tool matters and when to call it again.

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

Completeness4/5

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

For a simple single-parameter selection tool, the description covers the main action, the effect on other tools, and usage timing. It omits return value or error behavior, but those are not critical given the tool's simplicity and lack of output schema.

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 schema fully documents the single projectId parameter, including its source from list_projects. The description does not add additional parameter-level meaning, but with 100% schema description coverage the baseline 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 clearly states the tool's function: it makes one project the active project. It also differentiates this tool from its siblings by explaining that all other tools operate on the active project and take no project argument, making its role as the state-setter unambiguous.

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 gives explicit usage timing: call it once before working with visibility, competitors, prompts, answers, or sources, and call it again to switch projects. It does not explicitly mention when not to use it or alternatives like get_active_project, but the guidance is clear enough.

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