Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_get_published_configs

Fetch all published configurations for an application using App credentials. Gain key-value pairs for client-side configuration retrieval.

Instructions

获取某个应用的所有已发布配置(使用 App 认证方式,适合客户端拉取配置)。返回配置的键值对列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo环境名称(如 DEV、PROD)。留空或不设 AGILECONFIG_ENV 时将操作所有环境
appIdYes应用 ID
appSecretYes应用的 Secret(用于认证)
Behavior3/5

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

No annotations are provided, so the description carries full burden. It states the return type (key-value list) and authentication method, but lacks details on error handling, side effects, or rate limits. Basic behavior is covered, but more transparency is needed.

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 a single concise sentence covering purpose and return value without any wasted words. It is front-loaded with key information.

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?

Given the system complexity and sibling tools, the description provides essential context about authentication and return format. It misses explicit differentiation from closely related tools like get_all_configs, but the name and description imply the distinction.

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

Parameters4/5

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

Schema description coverage is 100%, so parameters already have meaning. The description adds context by explaining the authentication method (App 认证) and purpose (client pull), reinforcing the parameters' roles in the workflow.

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 it gets all published configurations for a specific app using App authentication, suited for client pull. The verb 'get' and resource 'published configs' are specific, and the tool name distinguishes it from siblings like agileconfig_get_all_configs.

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

Usage Guidelines4/5

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

The description mentions '使用 App 认证方式,适合客户端拉取配置' (using App authentication, suitable for client pulling config), indicating when to use it. However, it does not explicitly state when not to use alternatives or provide exclusions.

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/animacaeli/agile-confg-mcp'

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