← All WebMCP sites

charm.ing

Developer Toolshttps://charm.ing/listed as of 2026-08-27
Build your own personal software, inside any agent.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

search_docsanswerimperative/docs
Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.
Input schema
{
  "properties": {
    "query": {
      "description": "The search query.",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
get_pageanswerimperative/docs
Fetch a page of this site as plain Markdown. Pass the page's root-relative route, e.g. `/quickstart`.
Input schema
{
  "properties": {
    "route": {
      "description": "Root-relative page route, e.g. `/quickstart`.",
      "type": "string"
    }
  },
  "required": [
    "route"
  ],
  "type": "object"
}
list_pagesanswerimperative/docs
List this site's pages: the llms.txt index of every page with its URL and summary, organized by section.
Input schema
{
  "properties": {},
  "type": "object"
}
Listings are sourced from public community registries and shown as reported.