gptcode.dev
An open-source coding CLI for multi-model, repository-native, verifiable engineering workflows.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
search_gptcode_content
Search the public GPTCode website across documentation pages, blog essays, and engineering skills. Returns matching titles, summaries, sections, and canonical links.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Words or phrase to find in GPTCode content. |
section |
string | no | Optional content section to search. |
limit |
integer | no | Maximum number of matches to return. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 120,
"description": "Words or phrase to find in GPTCode content."
},
"section": {
"type": "string",
"enum": [
"all",
"documentation",
"blog",
"skills"
],
"default": "all",
"description": "Optional content section to search."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 5,
"description": "Maximum number of matches to return."
}
},
"required": [
"query"
],
"additionalProperties": false
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…