Plushwipes Agent Revenue
Server Details
Read-only tools for evaluating a live Plushwipes performance-commission opportunity.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- aida-mikechen/plushwipes-agent-revenue
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 3 of 3 tools scored.
Each tool targets a specific stage: evaluating current state, reading a public dataset, and preparing an activation checklist. There is little or no overlap in their actions or intents.
All tool names follow a clear verb_Noun pattern: evaluate_opportunity, get_public_resource, prepare_activation. Naming style and ordering are consistent across the set.
Three tools is concise but well-scoped for the limited workflow of evaluating and preparing for activation. Each tool fills a distinct role without redundancy.
The set covers the core read-only workflow: assess current standing, examine public data, and prepare an activation checklist. It lacks any tool for actual activation, final submission, or revenue tracking, though those may be intentionally out of scope.
Available Tools
3 toolsevaluate_opportunityEvaluate Agent Revenue opportunityAInspect
Read the current economics, activation status, requirements and safety boundaries. This tool is read-only: it never registers, accepts terms, submits identity or creates a credential.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With all annotations absent, the description carries the full burden and does well: it announces read-only behavior and lists specific side effects it never performs (register, accept terms, submit identity, create credentials). This is strong transparency for a no-parameter tool, though it does not mention what happens if called in an invalid state or what exactly is returned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences. The first describes the read action, the second clarifies absence of side effects. No redundancy, no filler, and the key content is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only tool without an output schema, the description is complete: it tells the exact domain areas it reads and explicitly states that it will not perform any side effects. An agent can confidently call it without needing further information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and 100% schema coverage, so nothing is required in the description. The baseline for zero-parameter tools is met; the description could only add irrelevant details, and none are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a clear verb ('read') and specifically names the resource: 'current economics, activation status, requirements and safety boundaries'. It also explicitly says what the tool is blocked from doing, so it is easy to distinguish from siblings such as prepare_activation or get_public_resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used to check the current state before any side-effecting action (since it is read-only and never registers or creates credentials), but it does not explicitly name alternatives or state when to choose this over sibling tools. The context is clear, but no explicit choices or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_public_resourceRead a public campaign resourceAInspect
Read one current public Plushwipes dataset for product, asset, claim, review, service, policy or opportunity analysis. No private data or credentials are accessed.
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral disclosure burden. It clearly communicates read-only behavior and states that no private data or credentials are accessed, which is useful safety context. It does not describe response shape or potential error behavior, but this is less critical for a simple read tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose. Both sentences add meaningful information, and there is no redundant restatement of the tool name or schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read tool with no output schema, the description is largely complete: it states what is read, the public scope, and the absence of credential access. It is missing only explicit return-value or selection details between the enumerated categories, which are minor for this tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, but the description adds meaningful semantic guidance by mapping dataset types to product, asset, claim, review, service, policy, and opportunity analysis. The single 'resource' parameter is still not fully documented per enum value, but the description helps an agent understand what it selects.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Read') and identifies the resource as a current public Plushwipes dataset, listing the kinds of analysis it supports. It is clear, but it does not explicitly distinguish itself from sibling tools such as evaluate_opportunity or prepare_activation beyond the general read action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use the tool: whenever a current, public, read-only Plushwipes dataset is needed. It also explicitly excludes private data or credential access, but it does not name alternatives or explicitly say when not to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
prepare_activationPrepare an activation planAInspect
Create a dry-run registration checklist and template for owner review. This tool never sends a registration request, accepts terms, submits owner identity or creates a credential.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Because no annotations are provided, the description carries the full behavioral burden. It clearly discloses that the tool performs no registration request, no terms acceptance, no identity submission, and no credential creation, which is valuable safety-relevant context for an agent deciding whether this side-effect-free preparation tool is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: the first states the action and purpose, the second lists behavioral exclusions. Every sentence earns its place, and the positive purpose is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, zero-annotation tool, the description covers the core intent and safety boundaries well. However, there is no output schema, and the description does not specify the format or contents of the resulting checklist/template, leaving a small gap about what the agent should expect in the return value.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters, and the schema description coverage is 100%, so there is no parameter information missing. The description correctly focuses on behavior instead of params, and this is the appropriate baseline for a zero-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb-resource pair: 'Create a dry-run registration checklist and template for owner review.' It also distinguishes itself from an actual activation flow by explicitly stating what it never does, making it easy to tell apart from potential sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'for owner review' and 'dry-run' imply this should be used in a planning/preparation stage, but there is no explicit guidance about when to choose this tool over alternatives or when not to use it. Usage context is implied rather than directly stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceRead-only MCP tools for coding agents to audit deployment targets, detect fabricated code, review backlog, database schema, analytics, ML models, architecture docs, and decision lenses.1117MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to explore an open, evidence-rich map of math problems, AI attempts, partial progress, solution claims, and replay-ready opportunities, with six read-only tools for searching, retrieving, and exporting status and handoffs.1MIT
- AlicenseAqualityAmaintenanceRead-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 22 public-safe tools, 11 resources, and 11 prompts for bundle integrity checks, receipt-chain review, checkpoint recommendations, MCP risk metadata review, and real-estate closing proof-pack readiness.5MIT
- AlicenseAqualityAmaintenanceInvestment decision tools for AI agents: portfolio status, isolated multi-agent committee analysis, auditable verdict history, and lookahead-protected backtests. Advisory only, no auto-trading; negative research results published.2181MIT