Skip to main content
Glama
rhea.rq460 B
# Endpoint: https://sparql.rhea-db.org/sparql # Description: Select all Rhea reactions (unspecified direction), with "Approved" status # Parameter: status: (example: rhea:Approved) PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rhea: <http://rdf.rhea-db.org/> SELECT ?Reaction ?status ?equation WHERE { VALUES ?status { rhea:Approved } ?Reaction a rdfs:Class ; rhea:status ?status ; rhea:equation ?equation . } LIMIT 100

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arkinjo/togo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server