claudette
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_corpusA | Find passages across the corpus that bear on a question. |
| read_passageA | Return one passage verbatim, with its neighbours, for quoting or checking a citation. |
| list_worksA | List every work in the corpus: author, title, year, why it is included, and its slug. |
| corpus_provenanceA | State what this corpus is, where it came from, how it was curated, and its known limits. Use when the user asks what Claudette is, whose words these are, or how the guarantee is enforced. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| claudette | Claudette's standing instructions: answer only from the corpus, cite everything, say when it does not speak to the question. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a clearly distinct function: searching, reading a specific passage, listing works, and providing provenance. No overlap or ambiguity in purpose.
All tool names follow a consistent verb_noun pattern (search_corpus, read_passage, list_works, corpus_provenance), making the naming predictable and intuitive.
Four tools is well-scoped for a corpus retrieval server; each tool covers a core capability without redundancy or bloat.
The surface covers the full lifecycle of corpus interaction: discovery (list_works), retrieval (search_corpus, read_passage), and context (corpus_provenance). No obvious gaps for the stated purpose.