findagent_edit_metadata
Edit the DISPLAY metadata of YOUR OWN PUBLISHED agent — title, tagline, description, example output, category (+ subcategories), and tags. Pass the agent slug + only the fields you want to change. This does NOT change what the agent can DO: its tools/actions/credentials/prompts are unchanged (those re-version through your agent's own flow + admin review — findagent_bump_version for a doer/recipe, findagent_repull for a code-bundle/skills-bundle, findagent_reintrospect_mcp for an external MCP listing), so a metadata edit goes live immediately without re-review. Owner-only. Existing buyers are unaffected. Use findagent_list_categories for valid category slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Your published agent slug (you must own it). | |
| tags | No | Replace the free-form lowercase tags (≤10). | |
| title | No | New agent name (3–80 chars). Alias accepted: `name`. | |
| tagline | No | New one-line value prop (10–140 chars). | |
| description | No | New description (50–4000 chars). | |
| category_slug | No | New PRIMARY category: a TOP-LEVEL slug from findagent_list_categories. Alias accepted: `category`. When changing categories you must keep ≥1 discipline and a subcategory under every selected top-level (put the rest in additional_category_slugs). | |
| example_output | No | A real example of what this agent produces, shown on the listing labeled as creator-provided (markdown supported, ≤4000 chars). Optional; pass an empty string to remove it. This is a display example, not a live run. | |
| additional_category_slugs | No | Replace the non-primary category memberships (≤12 slugs). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| updated | No | ||
| next_tool | No | ||
| ignored_note | No | ||
| instructions | No |