29
/100
prowl
Benchmarked Aug 21, 2026

Transport for Atlanta, US

Marta

saas platform_profile
Benchmark Your API

Score Breakdown

Latency 6/10
Consistency 4/10
First-Try Success 4/10
Documentation 3/10
Parseability 3/10
Error Clarity 2/10
Auth Simplicity 2/10
Token Efficiency 2/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "http://www.itsmarta.com",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [],
  "pricing_model": {"type": "free", "details": {}},
  "rate_limits": {},
  "capabilities": ["transit data", "real-time alerts", "developer resources"],
  "raw_analysis": "The URL provided is the developer resources page for MARTA (Metropolitan Atlanta Rapid Transit Authority). The page is titled 'MARTA' and includes a link to 'app-developer-resources.aspx'. The HTML content is a 404 error page, indicating that the specific resource page is not accessible or has been moved. However, the site is the official MARTA website, which is a public transit agency serving Atlanta, Georgia. MARTA provides developer resources for accessing transit data, likely including schedules, routes, and real-time arrival information. The platform is a government-operated transit service, mature and well-established. The provided URL suggests a free developer resource offering. No explicit API endpoints or authentication requirements are visible from the given content, but typical transit APIs offer endpoints for routes, stops, and real-time vehicle positions. The site appears to use a content management system (Ektron) and includes real-time service alerts for bus and rail. The raw HTML includes service update alerts with expiration times, indicating real-time data feeds are available. No public REST API documentation is directly present in the snippet, but it is likely available elsewhere on the site."
}
Execute

2/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200554ms
robots_txtGET /robots.txt200107ms
llms_txtGET /llms.txt500117ms
Interpret
```json
{
  "overall": 22,
  "dimensions": {
    "token_efficiency": 2.0,
    "first_try_success": 4.0,
    "response_parseability": 3.0,
    "error_clarity": 2.0,
    "doc_quality": 3.0,
    "auth_simplicity": 2.0,
    "latency": 5.5,
    "consistency": 4.0
  },
  "pricing_normalized": {
    "type": "free",
    "notes": "No pricing model details provided. Likely a public transit agency data resource."
  },
  "issues": [
    "llms.txt endpoint returns a 500 error on a 117ms response, indicating broken or misconfigured server route.",
    "Website is a legacy ASP.NET application (evidenced by response preview showing 'ctl00_Head1', .aspx patterns), suggesting outdated architecture that may not prioritize developer experience.",
    "robots.txt disallows many directories including /assets (which may contain developer resources), potentially blocking agent discovery.",
    "No structured data formats (JSON/API endpoints) observed in the checks; response is HTML-only, making it hard for agents to parse transit data directly.",
    "No authentication mechanism visible; likely requires manual scraping or human interaction to access real-time alerts, which is not agent-friendly."
  ],
  "recommendations": [
    "Fix the llms.txt route to return a valid file with clear documentation of available data endpoints and formats.",
    "Expose structured JSON endpoints for transit data and real-time alerts, avoiding HTML-scraping requirements.",
    "Update robots.txt to allow agent access to developer resources (e.g., /developer, /api, /data) or clearly list accessible paths.",
    "Provide clear developer documentation (with examples) for any available APIs or data feeds, including rate limits and terms.",
    "Consider modernizing to a static or headless architecture with better performance and cache-friendly responses."
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/transport-for-atlanta-us">
  <img src="https://prowl.world/badge/transport-for-atlanta-us.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard