Skip to main content
Glama

admin_reactivate_project

Restore an archived project to active status by clearing its archived_at field. For grace-state accounts, use tier subscription or lease-perpetual enablement instead.

Instructions

Operator un-archive — flips projects.archived_at back to NULL. In v1.57 this was narrowed: it no longer touches account-level lifecycle. To reactivate a grace-state account, subscribe a tier (tier_set) or enable lease-perpetual (admin_set_lease_perpetual). Platform-admin only. Calls POST /projects/v1/admin/:id/reactivate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID to un-archive. Platform-admin only — flips `projects.archived_at` back to NULL. In v1.57 this was narrowed: it does NOT reactivate a grace-state account. For that, subscribe a tier (`run402 tier set <tier>`) or toggle the account-level escape hatch via `admin_set_lease_perpetual`.
Behavior4/5

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

Discloses the core behavior (flips archived_at to NULL) and notes a version change narrowing its scope. Since no annotations are provided, the description carries the full burden and does so adequately, though could mention if the operation is reversible or has side effects.

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?

Highly concise: three sentences front-loaded with the key action, followed by version context, alternatives, access control, and endpoint. Every sentence adds value with no redundancy.

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?

For a simple parameterless mutation tool, the description covers purpose, usage guidance, versioning, alternatives, and endpoint. No output schema needed; context is sufficient for correct agent invocation.

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?

With only one parameter and 100% schema coverage, the schema description already includes detailed context. The tool description adds no additional parameter meaning, so baseline 3 applies.

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 un-archives a project by flipping archived_at back to NULL. It specifies the resource (project) and the action (un-archive), and differentiates from account-level operations, making it distinct from siblings like admin_archive_project.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool (for project un-archiving) and when not to (for grace-state accounts), providing specific alternatives: `tier_set` or `admin_set_lease_perpetual`. Also specifies platform-admin only requirement.

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/kychee-com/run402'

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