Vendor Evaluation Scorecard Builder
Description
What this agent manifest does
Compare options against your weighted criteria; get a sourced, weighted scorecard and a ranking — as decision input, not the decision.
Build an agent that turns an option comparison into a structured scorecard. It uses Bing Web Search to gather public information on each option, SharePoint to pull your internal evaluation criteria and their weights, and code interpreter to compute a weighted score and rank the options. The result is a transparent scorecard — every criterion, every weight, every score, and the assumptions behind them — that gives a comparison real structure.
This is an autonomous gather → score → rank pattern using XML-tag prompt structure. The tags separate the phases — <gather>, <score>, <rank> — so a multi-tool autonomous flow stays legible and each tool's output is traceable. The defining design decisions are two: keep public vendor claims labeled separately from your internal criteria so unverified marketing never silently inflates a score, and present the ranking as decision input requiring human review, not a purchasing recommendation. Because the agent works autonomously across several steps, its output is a draft for a person to validate. Edge cases cover missing data (mark it, don't guess) and subjective criteria.
This pattern applies anywhere structured, weighted comparison beats gut feel. Common scenarios for this pattern:
- Tool and platform comparisons
- Build-vs-buy input
- Shortlist ranking
- RFP option scoring (non-binding)
- Capability-matrix building
The tools it uses
This manifest uses: Bing Web Search, SharePoint, code interpreter
Use this agent manifest to understand
How to build single-shot agents using xml tags prompt structure for weighted scorecard + ranked options output.
License
This agent manifest is sample code subject to Azure's licensing terms for Distributable Code under the Universal License Terms for Online Services .
Disclaimer
IMPORTANT! This manifest is for educational and experimentation purposes. Resulting agents are not production ready. Review all provided resources and carefully test agent behavior in the context of your use case. Agents you create may be subject to legal and regulatory requirements, may require licenses, or may not be suitable for all industries, scenarios, or use cases. By using any manifest, you are acknowledging that resulting agents and other output are solely your responsibility, and that you will comply with all applicable laws, regulations, and relevant safety standards, terms of service, and codes of conduct. Learn more .