Skip to main content
Glama

retrieve_extension

Retrieve extension settings by numeric ID from the Storyblok MCP Server. Specify ID and context ('org' or 'partner') to access organization or partner-level configurations.

Instructions

    Retrieves the settings of a specific extension by its numeric ID.
    
    Args:
        extension_id (int): The numeric ID of the extension.
        context (str): The context to retrieve the extension from. 
                       Options are 'org' for organization-level or 'partner' for partner-level extensions.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
extension_idYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a retrieval operation, implying read-only behavior, but doesn't mention permissions required, rate limits, error conditions, or what the return format looks like. For a tool with zero annotation coverage, this leaves significant behavioral gaps.

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 perfectly concise: one sentence stating the purpose, followed by a structured Args section explaining parameters. Every sentence earns its place with no wasted words, and the information is front-loaded appropriately.

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

Completeness3/5

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

For a simple retrieval tool with 2 parameters, the description covers the basic purpose and parameters well. However, with no annotations and no output schema, it should ideally mention what gets returned (extension settings) and any behavioral constraints. It's adequate but has clear gaps given the lack of structured metadata.

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 0%, so the description must compensate. It provides clear semantic meaning for both parameters: extension_id is 'the numeric ID of the extension' and context specifies 'org for organization-level or partner for partner-level extensions'. This adds substantial value beyond the bare schema.

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 verb ('retrieves') and resource ('settings of a specific extension'), and distinguishes it from sibling tools like 'retrieve_all_extensions' by specifying retrieval by numeric ID rather than all extensions. It's specific and unambiguous.

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 usage by mentioning the need for an extension ID and context, but doesn't explicitly state when to use this tool versus alternatives like 'retrieve_all_extensions' or 'retrieve_extension_settings'. No exclusions or prerequisites are provided.

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

Related 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/Kiran1689/storyblok-mcp-server'

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