Skip to main content
Glama

IIS Rescue

run_pathfinder

Recommend a migration path — Rehost, Rebuild or Replace — for a specific legacy IIS website, from answers to the two-minute assessment questions. Returns the recommendation, a confidence level, the alternatives and when they would apply, what pushes the price up or down, the specific risks these answers imply, and the reasoning behind the call. This is the same deterministic engine, over the same data, that iisrescue.com/two-minute-assessment runs for a human visitor: identical answers give an identical result. It is an estimate and not a quote, and it returns no price figure — IIS Rescue publishes no rate card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbNoWhat holds the data? "sqlold" = SQL Server 2012 or older; "sqlmid" = SQL Server 2014 or 2016; "sqlnew" = SQL Server 2017 or newer; "files" = Access, flat files, or something homegrown; "none" = No database — the content lives in the pages; "unknown" = Not sure.
appNoWhat is the website built with? "classic-asp" = Classic ASP — .asp pages, VBScript; "webforms" = ASP.NET Web Forms — .aspx pages; "mvc" = ASP.NET MVC, or a newer .NET application; "brochure" = Mostly static pages — a brochure site; "mixed" = A mix, added to over many years; "unknown" = Not sure.
goalNoWhat do you need from the site going forward? "asis" = Just get it off the dying server — it does its job; "improve" = Keep it working, but we will want to change things; "modern" = It needs to be a properly modern application again; "retire" = Honestly, it could be a simple website now; "unknown" = Not sure.
modeNoVoice of the result. "direct" addresses the site owner; "referral" returns the same finding phrased as third-person talking points for an MSP or IT provider assessing a client site. Default "direct".
serverNoWhat is it running on? "older" = Something older than Windows Server 2012; "ws2012" = Windows Server 2012 or 2012 R2; "ws2016" = Windows Server 2016; "ws2019" = Windows Server 2019 or newer; "unknown" = Not sure.
sourceNoDo you have the source code? "full" = Yes — source code and some documentation; "codeonly" = Source code, but no documentation; "partial" = Some of it, we think; "none" = No — whatever is on the server is all there is; "unknown" = Not sure.
componentsNoAre there COM objects, custom IIS modules, ISAPI filters or scheduled tasks? "none" = No — it is a plain site; "some" = One or two we know about; "many" = Several, or nobody is sure what they all do; "unknown" = Not sure.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that the tool is deterministic (identical answers give identical results), that it is an estimate and not a quote, and that it returns no price figure. It also enumerates the output components. This goes beyond a simple 'returns a recommendation' and gives the agent useful expectations. It does not explicitly state that the tool has no side effects, but the nature of a recommendation engine implies read-only behavior. The disclosures are strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long but each sentence adds value: it states the purpose, the deterministic nature, the output scope, and the limitation about pricing. It is front-loaded with the core action and output. It could be slightly more concise, but it is well-structured and not redundant.

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?

There is no output schema, so the description must explain return values. It does: recommendation, confidence level, alternatives, price drivers, risks, and reasoning. It also clarifies the estimate nature and absence of price. For a tool with 7 parameters, the schema covers parameter meaning, and the description covers output and limitations. It is complete enough for an agent to invoke correctly, though it could mention behavior for missing/unknown values (though no parameters are required).

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 description coverage is 100%, and each parameter (db, app, goal, mode, server, source, components) has a detailed description and enum with meaning. The tool description adds no additional parameter semantics beyond what the schema already provides. Per the rubric, when coverage is high, the baseline is 3, and the description does not elevate it further.

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 verb 'Recommend' and the resource 'migration path' for a legacy IIS website, and specifies the input (answers to assessment questions) and the output (recommendation, confidence, alternatives, etc.). It also notes it is the same deterministic engine as the website's two-minute assessment, which helps distinguish it from sibling tools like get_migration_paths. This is a specific and unambiguous purpose.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It mentions the input source (two-minute assessment questions) but does not explicitly state conditions for use, when not to use it, or how it relates to sibling tools like get_migration_paths or get_pathfinder_questions. There is no 'use this when' or 'use that instead' language.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources