POST /api/glama/servers/score
Price: 1 credit
Get Glama's full scoring breakdown for one MCP server. Returns the maintenance grade with the commit, issue-response, release and security-alert evidence behind it, the packaging checks Glama runs (readme, glama.json, inspectability, recent usage), the server-level quality score with its written justifications, and a per-tool documentation score with the specific weaknesses Glama flagged.
Reach for this when you have to justify a ranking rather than produce one: `maintenance_details` and `tool_scores[].score.smells` carry the evidence and the named weaknesses, which /glama/servers gives only as letter grades. `tool_scores[].score.summary` is written prose about a single tool's documentation quality, not about whether the tool works. Everything here is Glama's own assessment of the repository, so an ungraded server returns the record with the score fields null rather than a 412.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)server string required — Glama server id in namespace/slug form, or the address of its Glama page (examples: "korotovsky/slack-mcp-server", "@korotovsky/slack-mcp-server", "https://glama.ai/mcp/servers/korotovsky/slack-mcp-server"; minLength: 1)@type string (default: "GlamaServerScore")id string requiredurl string requiredmaintenance_tier string nullablelatest_release_version string nullabletool_count integer nullablerecent_usage integer nullablehas_readme boolean nullablehas_glama_json boolean nullablehas_recent_usage boolean nullablehas_user_submitted_related_servers boolean nullableis_inspectable boolean nullablequality_score object nullable@type string (default: "GlamaServerQualityScore")overall_score number nullableoverall_tier string nullablecoherence_score number nullablecoherence_tier string nullablecoherence_summary string nullablecoherence_justifications object nullabledescription_quality_score number nullabledescription_quality_tier string nullablecompleteness number nullabledisambiguation number nullablenaming_consistency number nullabletool_count_appropriateness number nullablemean_tdqs number nullablemin_tdqs number nullabletool_count integer nullablescored_tool_count integer nullablescored_at string nullablemaintenance_details object nullable@type string (default: "GlamaMaintenanceScoreDetails")archived boolean nullabletotal_commits integer nullableissues_handled_count integer nullableissues_total_count integer nullablelatest_release_published_at string nullableci_passing boolean nullablecode_scanning_error_count integer nullablecritical_alert_count integer nullablehigh_alert_count integer nullabletool_scores array (default: [])@type string (default: "GlamaToolScore")name string requiredscore object nullable@type string (default: "GlamaToolQualityScore")tdqs number nullabletier string nullablesummary string nullablesmells array (default: [])purpose_clarity number nullableparameter_semantics number nullableusage_guidelines number nullablebehavioral_transparency number nullablecontextual_completeness number nullableconciseness_structure number nullablejustifications object nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No Glama server carries this namespace/slug id Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.