mla-citation-generator-mcp
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": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_site_overviewA | Return the canonical site overview so an agent has authoritative product context. (MLA Citation Generator) |
| get_official_linksA | Return the canonical list of official links for MLA Citation Generator (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_mla_citation_generator | Summarize what the site is, who it's for, and how it works. — MLA Citation Generator |
| walk_me_through_mla_citation_generator | Tour the official site with citations. — MLA Citation Generator |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| overview | Public site overview. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one provides a site overview, the other provides official links. There is no overlap or ambiguity.
Both tools follow a consistent 'get_' prefix pattern, making naming predictable and clear.
With only 2 tools, the set feels thin, but it may be acceptable if the server's sole purpose is to return metadata about the product rather than perform citation generation.
The server is named 'mla-citation-generator-mcp' but provides no tools for actually generating citations, which is a severe omission.