Skip to main content
Glama
TsvetanG2

cognigy-ai-mcp-management-server

list_llms

Read-onlyIdempotent

Lists large language model configurations for Cognigy.AI generative AI features like Knowledge AI and AI Agents, showing provider, model type, and connection info, with pagination and filtering options.

Instructions

Lists Cognigy.AI large language model configurations. LLMs are used for generative AI features like Knowledge AI, AI Agents, and node output generation. Shows provider, model type, and connection info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of items to skip for pagination
limitNoMaximum number of LLMs to return (default: 25, max: 100)
filterNoFilter LLMs by name
projectIdNoFilter LLMs by project ID. Omit for all accessible LLMs.
resourceLevelNoScope: 'organisation' for global LLMs, 'project' for project-specific
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only, idempotent, open-world, and non-destructive behavior. The description adds value by specifying the fields returned (provider, model type, connection info), which helps the agent understand output. No disclosure of pagination behavior or total count, but sufficient given annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, concise and front-loaded with purpose. Each sentence adds essential context without redundancy. Ideal length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, no output schema, but good annotations. The description mentions the output fields, which partially compensates for no output schema. However, it does not explicitly mention pagination or list return structure. Overall adequate for the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add any additional information about parameters beyond what is already in the schema. No parameter usage examples or clarifications are provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists LLM configurations, explaining what LLMs are used for and what info is shown (provider, model type, connection info). This distinguishes it from sibling list tools by domain and purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (to list LLMs) but provides no explicit guidance on when not to use or alternatives. No direct comparisons to other tools like search_resources or get_llm are made. The filtering parameters in the schema offer implicit guidance, but description lacks usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TsvetanG2/cognigy-ai-mcp-management-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server