trdizin-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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_publicationsB | TR Dizin'de makale ve yayın ara. Konu, yazar, dergi veya anahtar kelimeyle arama yapılabilir. |
| search_journalsC | TR Dizin'de akademik dergi ara. |
| search_authorsB | TR Dizin'de akademisyen ve yazar ara. |
| search_institutionsC | TR Dizin'de üniversite ve araştırma kurumu ara. |
| get_publication_by_doiA | DOI numarasıyla TR Dizin'deki makale bilgilerini getir. |
| get_author_by_orcidA | ORCID numarasıyla TR Dizin'deki yazar bilgilerini getir. |
| get_journal_by_issnA | ISSN veya e-ISSN numarasıyla TR Dizin'deki dergi bilgilerini getir. |
| get_trending_topicsB | Belirli bir yılda TR Dizin'de en çok çalışılan konuları ve en üretken kurumları analiz et. |
| compare_authorsA | İki yazarı yayın sayısı, atıf sayısı ve aktif oldukları konular açısından karşılaştır. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: search by entity type (publications, journals, authors, institutions), retrieval by standard identifiers (DOI, ORCID, ISSN), and analytical tools (trending topics, author comparison). There is no overlap between searching and direct lookup.
All tool names follow a consistent verb_noun pattern in snake_case: search_* for searches, get_* for identifier-based lookups, and compare_authors for analysis. This makes predictions easy.
Nine tools form a well-scoped set for a bibliographic database server. The count is within the ideal range and each tool serves a distinct, necessary function.
The surface covers all major entities (publications, journals, authors, institutions), provides both search and identifier-based retrieval, and includes analytical tools. No obvious dead ends or missing operations for the domain.