Skip to main content
Glama

ecosystem_mark_no_value

Mark a repository as low-value and archive it after a deep review. Records the reason and the person who made the decision.

Instructions

Mark a repo as no_value (manual_archived) after deep review shows it has low value.

Sets manual_status='no_value' on the repo, immediately changes last_active_status to 'manual_archived', and records reason + who set it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoShort explanation why this repo has no value (stored for audit).
repo_idYesEcosystemRepoProfile.id of the target repo.
project_idNoOptional project scope override.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description discloses key behavioral traits: it sets manual_status and changes last_active_status, and records reason+who. It does not cover reversibility or idempotency, but is adequate.

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 sentences, front-loaded with the action, no fluff. Every sentence adds value: purpose, then mechanism.

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?

The tool is simple; the description explains what it does and its effects. An output schema exists, so return value documentation isn't needed. Missing edge cases (e.g., if repo already has status) but minor.

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 coverage is 100% (all parameters described in schema). The description adds minimal value beyond the schema, only hinting that 'who set it' is auto-recorded. Baseline 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 purpose: marking a repo as no_value after deep review, and specifies the exact state changes (manual_status, last_active_status). It distinguishes from siblings like ecosystem_clear_manual_status.

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 explicitly mentions 'after deep review shows it has low value', setting a clear usage condition. However, it lacks explicit 'when not to use' or alternative tool references.

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/CronusL-1141/AI-company'

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