findagent_reintrospect_mcp
Publish a NEW version of YOUR OWN published EXTERNAL MCP-server listing by RE-INTROSPECTING its remote endpoint. FindAgent re-lists the remote server's current tools (over a sandbox-gated, SSRF-hardened scan), compares them to your live listing, and — if the tool surface CHANGED — submits a new version for admin review with an auto-drafted changelog. Your LIVE listing keeps serving until the new version is approved (never auto-unpublished). If the tools are unchanged it is a no-op. If the remote can't be reached / is auth-walled / the scan is unavailable, nothing changes (reported back). Pass the listing slug (you must own it); optional bump (patch|minor|major, default patch) + changelog override. The server URL is read from your stored listing — nothing executes on FindAgent. Owner-only; for external mcp-server listings only (code agents use the code wizard, doers use findagent_bump_version).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bump | No | Optional semver bump for the new version. Defaults to patch. | |
| slug | Yes | Your published mcp-server listing slug (you must own it). | |
| changelog | No | Optional changelog override (≤500 chars). Defaults to an auto-drafted line from the tool diff. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| status | No | ||
| changed | No | ||
| scanned | No | ||
| version | No | ||
| changelog | No | ||
| scan_note | No | ||
| server_url | No | ||
| tool_count | No | ||
| instructions | No |